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.11 to 0.1.0

5

missing-polyfills.md

@@ -24,10 +24,5 @@ - `Map`

- `Object.setPrototypeOf()`
- `Math.acosh()`
- `Math.asinh()`
- `Math.atanh()`
- `Math.cbrt()`
- `Math.clz32()`
- `Math.cosh()`
- `Math.expm1()`
- `Math.fround()`
- `Math.hypot()`

@@ -34,0 +29,0 @@ - `Math.imul()`

6

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

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

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

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

},
"gitHead": "bb9300ed54b6cc33e09a89764efbb2bd2949ccdf"
"gitHead": "440228dfbaff5d0632a02f295002579fe862e614"
}

@@ -60,2 +60,7 @@ # babel-plugin-polyfill-es-shims

| `Function.prototype.name` | [`function.prototype.name`](https://github.com/es-shims/Function.prototype.name) |
| `Math.acosh` | [`math.acosh`](https://github.com/es-shims/Math.acosh) |
| `Math.atanh` | [`math.atanh`](https://github.com/es-shims/Math.atanh) |
| `Math.clz32` | [`math.clz32`](https://github.com/es-shims/Math.clz32) |
| `Math.cbrt` | [`math.cbrt`](https://github.com/es-shims/Math.cbrt) |
| `Math.fround` | [`math.fround`](https://github.com/es-shims/Math.fround) |
| `Number.isNaN` | [`is-nan`](https://github.com/es-shims/is-nan) |

@@ -62,0 +67,0 @@ | `Object.assign` | [`object.assign`](https://github.com/ljharb/object.assign) | [@ljharb](https://github.com/ljharb) |

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