babel-preset-jest
Advanced tools
Comparing version 25.0.0 to 25.1.0
@@ -12,3 +12,4 @@ /** | ||
require.resolve('@babel/plugin-syntax-object-rest-spread'), | ||
require.resolve('@babel/plugin-syntax-bigint'), | ||
], | ||
}); |
{ | ||
"name": "babel-preset-jest", | ||
"version": "25.0.0", | ||
"version": "25.1.0", | ||
"repository": { | ||
@@ -12,4 +12,5 @@ "type": "git", | ||
"dependencies": { | ||
"@babel/plugin-syntax-bigint": "^7.0.0", | ||
"@babel/plugin-syntax-object-rest-spread": "^7.0.0", | ||
"babel-plugin-jest-hoist": "^25.0.0" | ||
"babel-plugin-jest-hoist": "^25.1.0" | ||
}, | ||
@@ -20,3 +21,3 @@ "peerDependencies": { | ||
"engines": { | ||
"node": ">= 8" | ||
"node": ">= 8.3" | ||
}, | ||
@@ -26,3 +27,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "ff9269be05fd8316e95232198fce3463bf2f270e" | ||
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
2639
13
4
1
+ Added@babel/plugin-syntax-bigint@7.8.3(transitive)