airbnb-browser-shims
Advanced tools
Comparing version 1.7.0 to 1.8.0
Unreleased | ||
================= | ||
1.8.0 / 2017-03-22 | ||
================= | ||
* [Deps] update `airbnb-js-shims` | ||
* [Dev Deps] update `eslint`, `eslint-config-airbnb-base` | ||
* [Deps] downgrade `whatwg-fetch` to v0.11 for full IE9 support | ||
1.7.0 / 2017-02-16 | ||
@@ -5,0 +11,0 @@ ================= |
{ | ||
"name": "airbnb-browser-shims", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "Browser and JS shims used by Airbnb.", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"airbnb-js-shims": "^1.0.1", | ||
"airbnb-js-shims": "^1.1.1", | ||
"classlist-polyfill": "^1.0.3", | ||
@@ -33,7 +33,7 @@ "console-polyfill": "^0.2.3", | ||
"webrtc-adapter": "^2.1.0", | ||
"whatwg-fetch": "^2.0.2" | ||
"whatwg-fetch": "^0.11" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^3.15.0", | ||
"eslint-config-airbnb-base": "^11.1.0", | ||
"eslint": "^3.18.0", | ||
"eslint-config-airbnb-base": "^11.1.1", | ||
"eslint-plugin-import": "^2.2.0", | ||
@@ -40,0 +40,0 @@ "safe-publish-latest": "^1.1.1", |
@@ -21,3 +21,3 @@ # airbnb-browser-shims <sup>[![Version Badge][2]][1]</sup> | ||
- [matchmedia-polyfill](https://github.com/paulirish/matchMedia.js/) - window.matchMedia polyfill (only in browsers) | ||
- [whatwg-fetch](https://github.com/github/fetch) - fetch polyfill (only in browsers) | ||
- [whatwg-fetch](https://github.com/github/fetch) - fetch polyfill (only in browsers, supports IE9+) | ||
@@ -24,0 +24,0 @@ ## Only browser shims |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
12333
+ Addedwhatwg-fetch@0.11.1(transitive)
- Removedwhatwg-fetch@2.0.4(transitive)
Updatedairbnb-js-shims@^1.1.1
Updatedwhatwg-fetch@^0.11