polyfills-db
Advanced tools
Comparing version 1.10.0 to 1.11.0
@@ -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", |
{ | ||
"name": "polyfills-db", | ||
"description": "browser feature database", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Jonathan Ong", |
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
26933
860