babel-plugin-polyfill-es-shims
Advanced tools
Comparing version 0.5.0 to 0.6.0
{ | ||
"name": "babel-plugin-polyfill-es-shims", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "A Babel plugin to inject imports to es-shims polyfills", | ||
@@ -29,3 +29,3 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-define-polyfill-provider": "^0.2.4" | ||
"@babel/helper-define-polyfill-provider": "^0.3.0" | ||
}, | ||
@@ -35,3 +35,4 @@ "devDependencies": { | ||
"@babel/helper-plugin-test-runner": "^7.10.4", | ||
"array.from": "^1.1.0" | ||
"array.from": "^1.1.0", | ||
"math.clz32": "^1.0.0" | ||
}, | ||
@@ -41,3 +42,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "de48880e867791eaa94c00ce7132dc259f3c777b" | ||
"gitHead": "b2688bbffcae0f0c6ef5cd6ddf1abacc574060a1" | ||
} |
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
83876
4
+ Added@babel/helper-define-polyfill-provider@0.3.3(transitive)
- Removed@babel/helper-define-polyfill-provider@0.2.4(transitive)