Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

polyfills-db

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polyfills-db - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

9

lib/recast.js

@@ -31,3 +31,4 @@

Transform.register({
module: 'es6-destructuring'
module: 'es6-destructuring',
shortName: 'destruct',
})

@@ -41,2 +42,3 @@

module: 'es6-class',
shortName: 'cls',
})

@@ -69,2 +71,3 @@

module: 'es6-templates',
shortName: 'tmpls',
})

@@ -75,2 +78,3 @@

module: 'es6-default-params',
shortName: 'def-prms',
browsers: {

@@ -84,2 +88,3 @@ ff: 15

module: 'es6-rest-params',
shortName: 'rest-prms',
browsers: {

@@ -93,2 +98,3 @@ ff: 15

module: 'es6-spread',
shortName: 'sprd',
browser: {

@@ -102,2 +108,3 @@ ff: 27

module: 'es6-comprehensions',
shortName: 'cmprhsns',
browsers: {

@@ -104,0 +111,0 @@ ff: 30

2

package.json
{
"name": "polyfills-db",
"description": "browser feature database",
"version": "1.1.1",
"version": "1.1.2",
"author": {

@@ -6,0 +6,0 @@ "name": "Jonathan Ong",

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