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.15.0 to 1.16.0

13

lib/recast.json

@@ -26,6 +26,9 @@ [

"sources": [
"http://www.chromestatus.com/features/4959347197083648#generator"
"http://www.chromestatus.com/features/4959347197083648#generator",
"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function*"
],
"browsers": {
"ff": 26
"ff": 26,
"chrome": 39,
"opera": 26
}

@@ -107,3 +110,9 @@ },

"shortName": "rgxu"
},
{
"module": "es7-async-fn",
"shortName": "async",
"runtime": "es7-async-fn/runtime.js",
"sources": []
}
]

3

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

@@ -33,2 +33,3 @@ "name": "Jonathan Ong",

"es6-templates": "0",
"es7-async-fn": "1",
"istanbul": "0",

@@ -35,0 +36,0 @@ "mocha": "2",

@@ -26,5 +26,5 @@

Of course, we want to actually test each bundle on a browser.
Of course, we want to actually test each bundle on a browser.
Right now, tests are in [paas](https://github.com/polyfills/paas),
so everytime you add a polyfill, checkout [paas](https://github.com/polyfills/paas)
so everytime you add a polyfill, checkout [paas](https://github.com/polyfills/paas)
and see if hitting `GET /test.html` works in all your browsers.

@@ -46,2 +46,7 @@ CI testing is coming!

## Notes
`regenerator` includes `es7-async-fn`. If you use `regenerator`,
be sure to not use `es7-async-fn`, or at least the runtime.
[npm-image]: https://img.shields.io/npm/v/polyfills-db.svg?style=flat-square

@@ -48,0 +53,0 @@ [npm-url]: https://npmjs.org/package/polyfills-db

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