Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-polyfill-es-shims

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-polyfill-es-shims - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

2

lib/mappings.js

@@ -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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc