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

airbnb-browser-shims

Package Overview
Dependencies
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airbnb-browser-shims - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

6

CHANGELOG.md
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 @@ =================

10

package.json
{
"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

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