babel-plugin-polyfill-es-shims
Advanced tools
Comparing version 0.0.11 to 0.1.0
@@ -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()` |
{ | ||
"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) | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37602
141
+ Added@babel/helper-define-polyfill-provider@0.1.5(transitive)
- Removed@babel/helper-define-polyfill-provider@0.0.7(transitive)