Socket
Socket
Sign inDemoInstall

babel-plugin-polyfill-corejs2

Package Overview
Dependencies
78
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

9

lib/index.js

@@ -34,6 +34,5 @@ "use strict";

[presetEnvCompat]: {
entryInjectRegenerator
} = {
entryInjectRegenerator: false
},
entryInjectRegenerator = false,
noRuntimeName = false
} = {},
[runtimeCompat]: {

@@ -90,3 +89,3 @@ useBabelRuntime = false,

name: "corejs2",
runtimeName: BABEL_RUNTIME,
runtimeName: noRuntimeName ? null : BABEL_RUNTIME,
polyfills,

@@ -93,0 +92,0 @@

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

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

},
"gitHead": "391a1f4049fe1d6943ca8e91cf7e2e23f3f1ef73"
"gitHead": "4b3c67a6a946df756123952a0033dc4426696131"
}

Sorry, the diff of this file is not supported yet

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