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.3.0 to 0.4.0

43

data/polyfills.json

@@ -328,2 +328,25 @@ {

},
"Math.imul": {
"chrome": "30",
"opera": "17",
"edge": "12",
"firefox": "23",
"safari": "7",
"node": "0.12",
"android": "4.4",
"ios": "7",
"samsung": "2",
"electron": "0.20"
},
"Math.log10": {
"chrome": "38",
"opera": "25",
"edge": "12",
"firefox": "25",
"safari": "7.1",
"node": "0.12",
"ios": "8",
"samsung": "3",
"electron": "0.20"
},
"Math.log1p": {

@@ -419,2 +442,16 @@ "chrome": "38",

},
"Number.prototype.toExponential": {
"chrome": "15",
"opera": "15",
"edge": "18",
"firefox": "3",
"safari": "4",
"node": "0.12",
"ie": "9",
"android": "4.4",
"ios": "6",
"phantom": "2",
"samsung": "1",
"electron": "0.20"
},
"Object.assign": {

@@ -490,3 +527,7 @@ "chrome": "45",

},
"Object.hasOwn": {},
"Object.hasOwn": {
"chrome": "93",
"firefox": "92",
"electron": "14"
},
"Object.values": {

@@ -493,0 +534,0 @@ "chrome": "54",

2

missing-polyfills.md

@@ -21,4 +21,2 @@ - `Map`

- `Math.hypot()`
- `Math.imul()`
- `Math.log10()`
- `Math.log2()`

@@ -25,0 +23,0 @@ - `Math.sinh()`

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

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

},
"gitHead": "174ac7f25c504a8218956e7be66b691a631a5bb8"
"gitHead": "a8e0ddc77ee775ced7f441d723f8b66c6d631f30"
}

@@ -37,13 +37,14 @@ # babel-plugin-polyfill-es-shims

| Builtin object or function | Package name | Owner |
| :---------------------------- | :--------------------------------------------------------------------------------------- | :---- |
| `Array.prototype.every` | [`array.prototype.every`](https://github.com/es-shims/Array.prototype.every) |
| `Array.prototype.indexOf` | [`array.prototype.indexof`](https://github.com/es-shims/Array.prototype.indexOf) |
| `Array.prototype.lastIndexOf` | [`array.prototype.lastindexof`](https://github.com/es-shims/Array.prototype.lastIndexOf) |
| `Array.prototype.map` | [`array.prototype.map`](https://github.com/es-shims/Array.prototype.map) |
| `Array.prototype.reduce` | [`array.prototype.reduce`](https://github.com/es-shims/Array.prototype.reduce) |
| `Array.prototype.reduceRight` | [`array.prototype.reduceright`](https://github.com/es-shims/Array.prototype.reduceRight) |
| `Array.prototype.some` | [`array.prototype.some`](https://github.com/es-shims/Array.prototype.some) |
| `String.prototype.split` | [`string.prototype.split`](https://github.com/es-shims/String.prototype.split) |
| `String.prototype.trim` | [`string.prototype.trim`](https://github.com/es-shims/String.prototype.trim) |
| Builtin object or function | Package name | Owner |
| :------------------------------- | :--------------------------------------------------------------------------------------------- | :---- |
| `Array.prototype.every` | [`array.prototype.every`](https://github.com/es-shims/Array.prototype.every) |
| `Array.prototype.indexOf` | [`array.prototype.indexof`](https://github.com/es-shims/Array.prototype.indexOf) |
| `Array.prototype.lastIndexOf` | [`array.prototype.lastindexof`](https://github.com/es-shims/Array.prototype.lastIndexOf) |
| `Array.prototype.map` | [`array.prototype.map`](https://github.com/es-shims/Array.prototype.map) |
| `Array.prototype.reduce` | [`array.prototype.reduce`](https://github.com/es-shims/Array.prototype.reduce) |
| `Array.prototype.reduceRight` | [`array.prototype.reduceright`](https://github.com/es-shims/Array.prototype.reduceRight) |
| `Array.prototype.some` | [`array.prototype.some`](https://github.com/es-shims/Array.prototype.some) |
| `Number.prototype.toExponential` | [`number.prototype.toexponential`](https://github.com/es-shims/Number.prototype.toExponential) |
| `String.prototype.split` | [`string.prototype.split`](https://github.com/es-shims/String.prototype.split) |
| `String.prototype.trim` | [`string.prototype.trim`](https://github.com/es-shims/String.prototype.trim) |

@@ -68,3 +69,5 @@ ### ES2015 (ES6)

| `Math.fround` | [`math.fround`](https://github.com/es-shims/Math.fround) |
| `Math.fround` | [`math.log1p`](https://github.com/es-shims/Math.log1p) |
| `Math.imul` | [`math.log1p`](https://github.com/es-shims/Math.imul) |
| `Math.log10` | [`math.log1p`](https://github.com/es-shims/Math.log10) |
| `Math.log1p` | [`math.log1p`](https://github.com/es-shims/Math.log1p) |
| `Math.sign` | [`math.sign`](https://github.com/es-shims/Math.sign) |

@@ -71,0 +74,0 @@ | `Number.isNaN` | [`is-nan`](https://github.com/es-shims/is-nan) |

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