Socket
Socket
Sign inDemoInstall

babel-plugin-polyfill-corejs2

Package Overview
Dependencies
66
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.2 to 0.3.3

2

lib/add-platform-specific-polyfills.js

@@ -6,3 +6,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); }

@@ -9,0 +9,0 @@ const webPolyfills = {

{
"name": "babel-plugin-polyfill-corejs2",
"version": "0.3.2",
"version": "0.3.3",
"description": "A Babel plugin to inject imports to core-js@2 polyfills",

@@ -30,3 +30,3 @@ "repository": {

"@babel/compat-data": "^7.17.7",
"@babel/helper-define-polyfill-provider": "^0.3.2",
"@babel/helper-define-polyfill-provider": "^0.3.3",
"semver": "^6.1.1"

@@ -43,3 +43,3 @@ },

},
"gitHead": "62b9025beeec450a1ff5d61fadcf63963aec5015"
"gitHead": "42b9477c199c0c5420b45cfa8c9bb892d94a64af"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc