Socket
Socket
Sign inDemoInstall

babel-plugin-polyfill-corejs3

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-polyfill-corejs3 - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

6

lib/index.js

@@ -33,2 +33,3 @@ "use strict";

} = _babel.default || _babel;
const presetEnvCompat = "#__secret_key__@babel/preset-env__compatibility";
const runtimeCompat = "#__secret_key__@babel/runtime__compatibility";

@@ -56,2 +57,5 @@ const uniqueObjects = ["array", "string", "iterator", "async-iterator", "dom-collections"].map(v => new RegExp(`[a-z]*\\.${v}\\..*`));

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

@@ -125,3 +129,3 @@ useBabelRuntime = false,

name: "corejs3",
runtimeName: _utils.BABEL_RUNTIME,
runtimeName: noRuntimeName ? null : _utils.BABEL_RUNTIME,
polyfills: _data.default,

@@ -128,0 +132,0 @@

4

package.json
{
"name": "babel-plugin-polyfill-corejs3",
"version": "0.8.0",
"version": "0.8.1",
"description": "A Babel plugin to inject imports to core-js@3 polyfills",

@@ -46,3 +46,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc