babel-plugin-polyfill-es-shims
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -12,3 +12,3 @@ "use strict"; | ||
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
@@ -15,0 +15,0 @@ const { |
{ | ||
"name": "babel-plugin-polyfill-es-shims", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "A Babel plugin to inject imports to es-shims polyfills", | ||
@@ -29,3 +29,3 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-define-polyfill-provider": "^0.3.2" | ||
"@babel/helper-define-polyfill-provider": "^0.3.3" | ||
}, | ||
@@ -41,3 +41,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "62b9025beeec450a1ff5d61fadcf63963aec5015" | ||
"gitHead": "42b9477c199c0c5420b45cfa8c9bb892d94a64af" | ||
} |
Sorry, the diff of this file is not supported yet
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
99562