babel-plugin-polyfill-es-shims
Advanced tools
Comparing version 0.1.3 to 0.1.5
@@ -457,2 +457,13 @@ { | ||
}, | ||
"Reflect.apply": { | ||
"chrome": "49", | ||
"opera": "36", | ||
"edge": "12", | ||
"firefox": "42", | ||
"safari": "10", | ||
"node": "6", | ||
"ios": "10", | ||
"samsung": "5", | ||
"electron": "0.37" | ||
}, | ||
"Reflect.getPrototypeOf": { | ||
@@ -459,0 +470,0 @@ "chrome": "49", |
@@ -79,2 +79,3 @@ "use strict"; | ||
defineInstance("Promise", "finally", "1.2.1", instanceofCheck("Promise")); | ||
defineStatic("Reflect", "apply", "1.0.0"); | ||
defineStatic("Reflect", "ownKeys", "1.0.1"); | ||
@@ -81,0 +82,0 @@ defineStatic("Reflect", "getPrototypeOf", "1.0.0"); |
@@ -32,3 +32,2 @@ - `Map` | ||
- `Math.trunc()` | ||
- `Reflect.apply()` | ||
- `Reflect.construct()` | ||
@@ -35,0 +34,0 @@ - `Reflect.defineProperty()` |
{ | ||
"name": "babel-plugin-polyfill-es-shims", | ||
"version": "0.1.3", | ||
"version": "0.1.5", | ||
"description": "A Babel plugin to inject imports to es-shims polyfills", | ||
@@ -19,3 +19,3 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-define-polyfill-provider": "^0.1.2" | ||
"@babel/helper-define-polyfill-provider": "^0.1.4" | ||
}, | ||
@@ -30,3 +30,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "55f582c8ebc4b8a181a51fecaa92c89158cc7ac9" | ||
"gitHead": "6e6c7d2925b0f512397518d9f5ec35c925ea9960" | ||
} |
@@ -73,2 +73,3 @@ # babel-plugin-polyfill-es-shims | ||
| `Object.is` | [`object-is`](https://github.com/es-shims/object-is) | | ||
| `Reflect.apply` | [`reflect.apply`](https://github.com/es-shims/Reflect.apply) | | ||
| `Reflect.getPrototypeOf` | [`reflect.getprototypeof`](https://github.com/es-shims/Reflect.getPrototypeOf) | | ||
@@ -75,0 +76,0 @@ | `Reflect.ownKeys` | [`reflect.ownkeys`](https://github.com/es-shims/Reflect.ownKeys) | |
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
40072
956
148