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.10.0 to 1.11.0

45

lib/polyfills.json

@@ -84,2 +84,29 @@ [

{
"name": "promise",
"url": "http://s3.amazonaws.com/es6-promises/promise-1.0.0.js",
"repo": "jakearchibald/es6-promise",
"features": [
"new Promise()"
],
"sources": [
"http://caniuse.com/promises"
],
"browsers": {
"ff": 29,
"chrome": 33,
"ios": 8,
"safari": 7.1,
"opera": 20
}
},
{
"name": "fetch",
"url": "/github/fetch/master/fetch.js",
"repo": "github/fetch",
"features": [
"window.fetch()"
],
"// notes": "requires a Promise implementation"
},
{
"name": "classlist",

@@ -209,20 +236,2 @@ "shortName": "clsls",

{
"name": "promise",
"url": "http://s3.amazonaws.com/es6-promises/promise-1.0.0.js",
"repo": "jakearchibald/es6-promise",
"features": [
"new Promise()"
],
"sources": [
"http://caniuse.com/promises"
],
"browsers": {
"ff": 29,
"chrome": 33,
"ios": 8,
"safari": 7.1,
"opera": 20
}
},
{
"name": "base64",

@@ -229,0 +238,0 @@ "shortName": "b64",

2

package.json
{
"name": "polyfills-db",
"description": "browser feature database",
"version": "1.10.0",
"version": "1.11.0",
"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