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.2.3 to 0.2.4

4

lib/built-in-definitions.js

@@ -251,3 +251,3 @@ "use strict";

const InstanceProperties = {
at: define("instance/at", ["esnext.string.at"]),
at: define("instance/at", ["esnext.string.at", "esnext.array.at", "esnext.typed-array.at"]),
anchor: define(null, ["es.string.anchor"]),

@@ -272,2 +272,4 @@ big: define(null, ["es.string.big"]),

findIndex: define("instance/find-index", ["es.array.find-index"]),
findLast: define("instance/find-last", ["esnext.array.find-last"]),
findLastIndex: define("instance/find-last-index", ["esnext.array.find-last-index"]),
fixed: define(null, ["es.string.fixed"]),

@@ -274,0 +276,0 @@ flags: define("instance/flags", ["es.regexp.flags"]),

{
"name": "babel-plugin-polyfill-corejs3",
"version": "0.2.3",
"version": "0.2.4",
"description": "A Babel plugin to inject imports to core-js@3 polyfills",

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

},
"gitHead": "c54d3ee41e8e43445aa078f76894ecc50c054351"
"gitHead": "174ac7f25c504a8218956e7be66b691a631a5bb8"
}

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