Gathering detailed insights and metrics for enzyme-snapshot-diff
Gathering detailed insights and metrics for enzyme-snapshot-diff
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
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2 Commits
2 Watchers
1 Branches
1 Contributors
Updated on Feb 13, 2019
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
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
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
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/2 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
71 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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