Gathering detailed insights and metrics for enzyme-snapshot-diff
Gathering detailed insights and metrics for enzyme-snapshot-diff
npm install enzyme-snapshot-diff
Typescript
Module System
Min. Node Version
TypeScript (87.78%)
JavaScript (12.22%)
Total Downloads
515
Last Day
1
Last Week
3
Last Month
10
Last Year
68
2 Commits
3 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
0.1.0
Package Id
enzyme-snapshot-diff@0.1.0
Unpacked Size
6.04 kB
Size
2.93 kB
File Count
8
Cumulative downloads
Total Downloads
Last day
-50%
1
Compared to previous day
Last week
50%
3
Compared to previous week
Last month
11.1%
10
Compared to previous month
Last year
-19%
68
Compared to previous year
1
23
snapshot-diff for enzyme
$ npm install enzyme-snapshot-diff
1import { mount } from 'enzyme' 2import enzymeDiffSnapshot from 'enzyme-snapshot-diff' 3 4test('snapshot', () => { 5 const a = mount(<div>hello</div>) 6 const b = mount(<div>world</div>) 7 expect(enzymeDiffSnapshot(a, b)).toMatchInlineSnapshot(` 8"Snapshot Diff: 9- First value 10+ Second value 11 12 <div> 13- hello 14+ world 15 </div>" 16`) 17})
Thanks goes to these wonderful people (emoji key):
akameco 💻 📖 ⚠️ 🚇 |
This project follows the all-contributors specification. Contributions of any kind welcome!
MIT © akameco
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
Found 0/2 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
69 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More