enzyme-matchers
Advanced tools
Comparing version 1.3.0-beta to 2.0.0-rc1
{ | ||
"name": "enzyme-matchers", | ||
"version": "1.3.0-beta", | ||
"version": "2.0.0-rc1", | ||
"description": "Testing Matchers for Enzyme", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"jsnext:main": "src/index.js", | ||
"scripts": { | ||
"test": "jest" | ||
"pretest": "node ../../scripts/jest.js", | ||
"test": "jest", | ||
"jest": "jest", | ||
"lint": "eslint ./src", | ||
"build": "babel src --out-dir lib --ignore tests" | ||
}, | ||
@@ -24,3 +29,12 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/blainekasten/jasmine-enzyme#readme" | ||
"homepage": "https://github.com/blainekasten/jasmine-enzyme#readme", | ||
"jest": { | ||
"testPathDirs": [ | ||
"<rootDir>/src" | ||
], | ||
"verbose": true | ||
}, | ||
"dependencies": { | ||
"deep-equal-ident": "^1.1.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
51714
50
1446
1
+ Addeddeep-equal-ident@^1.1.1
+ Addeddeep-equal-ident@1.1.1(transitive)
+ Addedlodash._baseisequal@3.0.7(transitive)
+ Addedlodash._bindcallback@3.0.1(transitive)
+ Addedlodash._getnative@3.9.1(transitive)
+ Addedlodash.isarguments@3.1.0(transitive)
+ Addedlodash.isarray@3.0.4(transitive)
+ Addedlodash.isequal@3.0.4(transitive)
+ Addedlodash.istypedarray@3.0.6(transitive)
+ Addedlodash.keys@3.1.2(transitive)