babel-plugin-polyfill-corejs3
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "babel-plugin-polyfill-corejs3", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "A Babel plugin to inject imports to core-js@3 polyfills", | ||
@@ -19,4 +19,4 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-define-polyfill-provider": "^0.0.4", | ||
"core-js-compat": "^3.6.4" | ||
"@babel/helper-define-polyfill-provider": "^0.0.5", | ||
"core-js-compat": "^3.7.0" | ||
}, | ||
@@ -28,3 +28,4 @@ "devDependencies": { | ||
"@babel/plugin-transform-for-of": "^7.10.4", | ||
"@babel/plugin-transform-modules-commonjs": "^7.10.4" | ||
"@babel/plugin-transform-modules-commonjs": "^7.10.4", | ||
"core-js-pure": "^3.6.5" | ||
}, | ||
@@ -34,3 +35,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "a3e08229b65e7224eee3d822322576ec922a79f9" | ||
"gitHead": "ab1ebbd308b1111920327d95dc4c66a5ae4518f5" | ||
} |
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
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
30332
6
+ Added@babel/helper-define-polyfill-provider@0.0.5(transitive)
- Removed@babel/helper-define-polyfill-provider@0.0.4(transitive)
Updatedcore-js-compat@^3.7.0