Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-polyfill-es-shims

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-polyfill-es-shims - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

99

data/polyfills.json

@@ -13,3 +13,11 @@ {

},
"AggregateError": {},
"AggregateError": {
"chrome": "85",
"edge": "85",
"firefox": "79",
"safari": "14",
"node": "15",
"ios": "14",
"electron": "10"
},
"Array.from": {

@@ -237,2 +245,57 @@ "chrome": "51",

},
"Math.acosh": {
"chrome": "38",
"opera": "25",
"edge": "12",
"firefox": "25",
"safari": "7.1",
"node": "0.12",
"ios": "8",
"samsung": "3",
"electron": "0.20"
},
"Math.atanh": {
"chrome": "38",
"opera": "25",
"edge": "12",
"firefox": "25",
"safari": "7.1",
"node": "0.12",
"ios": "8",
"samsung": "3",
"electron": "0.20"
},
"Math.clz32": {
"chrome": "38",
"opera": "25",
"edge": "12",
"firefox": "31",
"safari": "9",
"node": "0.12",
"ios": "9",
"samsung": "3",
"electron": "0.20"
},
"Math.cbrt": {
"chrome": "38",
"opera": "25",
"edge": "12",
"firefox": "25",
"safari": "7.1",
"node": "0.12",
"ios": "8",
"samsung": "3",
"electron": "0.20"
},
"Math.fround": {
"chrome": "38",
"opera": "25",
"edge": "12",
"firefox": "26",
"safari": "7.1",
"node": "0.12",
"ios": "8",
"samsung": "3",
"electron": "0.20"
},
"Number.isNaN": {

@@ -317,4 +380,22 @@ "chrome": "19",

},
"Promise.allSettled": {},
"Promise.any": {},
"Promise.allSettled": {
"chrome": "76",
"opera": "63",
"edge": "79",
"firefox": "71",
"safari": "13",
"node": "12.9",
"ios": "13",
"samsung": "12",
"electron": "6"
},
"Promise.any": {
"chrome": "85",
"edge": "85",
"firefox": "79",
"safari": "14",
"node": "15",
"ios": "14",
"electron": "10"
},
"Promise.try": {},

@@ -365,2 +446,13 @@ "Promise.prototype.finally": {

},
"String.raw": {
"chrome": "41",
"opera": "28",
"edge": "12",
"firefox": "34",
"safari": "9",
"node": "4",
"ios": "9",
"samsung": "3.4",
"electron": "0.21"
},
"String.prototype.codePointAt": {

@@ -446,2 +538,3 @@ "chrome": "41",

"chrome": "85",
"edge": "85",
"firefox": "77",

@@ -448,0 +541,0 @@ "safari": "13.1",

@@ -59,2 +59,7 @@ "use strict";

defineInstance("Function", "name", "1.1.2", typeofCheck("function"), getter);
defineStatic("Math", "acosh", "1.0.0");
defineStatic("Math", "atanh", "1.0.0");
defineStatic("Math", "clz32", "1.0.0");
defineStatic("Math", "cbrt", "1.0.0");
defineStatic("Math", "fround", "1.0.0");
defineStatic("Number", "isNaN", "1.2.1", "is-nan");

@@ -74,2 +79,3 @@ defineStatic("Object", "assign", "4.1.0");

defineStatic("String", "fromCodePoint", "1.0.0");
defineStatic("String", "raw", "1.0.1");
defineInstance("String", "codePoitAt", "1.0.0", stringCheck);

@@ -76,0 +82,0 @@ defineInstance("String", "endsWith", "1.0.0", stringCheck);

1

missing-polyfills.md
- `Map`
- `Set`
- `Promise`
- `String.raw`
- `RegExp` (`new RegExp`, when given a RegExp as the pattern, will no longer throw when given a "flags" string argument).

@@ -6,0 +5,0 @@ - `RegExp.prototype[Symbol.match]`

{
"name": "babel-plugin-polyfill-es-shims",
"version": "0.0.10",
"version": "0.0.11",
"description": "A Babel plugin to inject imports to es-shims polyfills",

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

"dependencies": {
"@babel/helper-define-polyfill-provider": "^0.0.6"
"@babel/helper-define-polyfill-provider": "^0.0.7"
},

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

},
"gitHead": "762a528b570a87fad72ebc24e7565b354b4bfbba"
"gitHead": "bb9300ed54b6cc33e09a89764efbb2bd2949ccdf"
}

@@ -66,2 +66,3 @@ # babel-plugin-polyfill-es-shims

| `String.fromCodePoint` | [`string.fromcodepoint`](https://github.com/mathiasbynens/String.fromCodePoint) | [@mathiasbynens](https://github.com/mathiasbynens) |
| `String.raw` | [`string.raw`](https://github.com/es-shims/String.raw) |
| `String.prototype.codePointAt` | [`string.prototype.codepointat`](https://github.com/mathiasbynens/String.prototype.codePointAt) | [@mathiasbynens](https://github.com/mathiasbynens) |

@@ -68,0 +69,0 @@ | `String.prototype.endsWith` | [`string.prototype.endswith`](https://github.com/mathiasbynens/String.prototype.endsWith) | [@mathiasbynens](https://github.com/mathiasbynens) |

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