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.1.3 to 0.1.5

11

data/polyfills.json

@@ -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",

1

lib/mappings.js

@@ -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");

1

missing-polyfills.md

@@ -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) |

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