Socket
Socket
Sign inDemoInstall

@babel/polyfill

Package Overview
Dependencies
2
Maintainers
5
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.4.4 to 7.6.0

6

lib/index.js

@@ -7,8 +7,8 @@ "use strict";

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
if (_global.default._babelPolyfill && typeof console !== "undefined" && console.warn) {
if (_global["default"]._babelPolyfill && typeof console !== "undefined" && console.warn) {
console.warn("@babel/polyfill is loaded more than once on this page. This is probably not desirable/intended " + "and may have consequences if different versions of the polyfills are applied sequentially. " + "If you do need to load the polyfill more than once, use @babel/polyfill/noConflict " + "instead to bypass the warning.");
}
_global.default._babelPolyfill = true;
_global["default"]._babelPolyfill = true;
{
"name": "@babel/polyfill",
"version": "7.4.4",
"version": "7.6.0",
"description": "Provides polyfills necessary for a full ES2015+ environment",

@@ -17,3 +17,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

},
"gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba"
"gitHead": "cbd5a26e57758e3f748174ff84aa570e8780e85d"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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