Socket
Socket
Sign inDemoInstall

babel-plugin-polyfill-corejs3

Package Overview
Dependencies
67
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.1 to 0.5.2

2

lib/built-in-definitions.js

@@ -88,2 +88,4 @@ "use strict";

WeakSet: define("weak-set/index", WeakSetDependencies),
atob: define("atob", ["web.atob", ...DOMExceptionDependencies]),
btoa: define("btoa", ["web.btoa", ...DOMExceptionDependencies]),
clearImmediate: define("clear-immediate", ["web.immediate"]),

@@ -90,0 +92,0 @@ compositeKey: define("composite-key", ["esnext.composite-key"]),

10

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

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

"@babel/helper-define-polyfill-provider": "^0.3.1",
"core-js-compat": "^3.20.0"
"core-js-compat": "^3.21.0"
},

@@ -41,4 +41,4 @@ "devDependencies": {

"@babel/plugin-transform-spread": "^7.13.0",
"core-js": "^3.20.0",
"core-js-pure": "^3.20.0"
"core-js": "^3.21.0",
"core-js-pure": "^3.21.0"
},

@@ -48,3 +48,3 @@ "peerDependencies": {

},
"gitHead": "f5eb1c6d74fa29afdb0a3a533dfc5742557197bc"
"gitHead": "dfc74d8a78cb3f655dacf8aceea13a2a6024dee3"
}

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