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

airbnb-browser-shims

Package Overview
Dependencies
Maintainers
2
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.0.0 to 1.1.0

6

CHANGELOG.md

@@ -0,3 +1,9 @@

1.1.0 / 2016-08-25
=================
* [New] add `classList` polyfill; only require it in browsers
* [Dev Deps] add `safe-publish-latest`; update `eslint-plugin-import`
* [Docs] add npm version badge
1.0.0 / 2016-08-17
=================
* Initial release.

@@ -12,1 +12,6 @@ 'use strict';

require('webrtc-adapter');
if (typeof window !== 'undefined') {
// Element.classList polyfill
require('classlist-polyfill'); // eslint-disable-line global-require
}

7

package.json
{
"name": "airbnb-browser-shims",
"version": "1.0.0",
"version": "1.1.0",
"description": "Browser and JS shims used by Airbnb.",
"main": "index.js",
"scripts": {
"prepublish": "safe-publish-latest",
"lint": "eslint .",

@@ -24,2 +25,3 @@ "pretest": "npm run lint",

"airbnb-js-shims": "^1.0.1",
"classlist-polyfill": "^1.0.3",
"ima-babel6-polyfill": "^0.12.0",

@@ -31,5 +33,6 @@ "webrtc-adapter": "^2.0.2"

"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.1.2",
"safe-publish-latest": "^1.0.1",
"tape": "^4.6.0"

@@ -36,0 +39,0 @@ },

@@ -1,2 +0,2 @@

# airbnb-browser-shims
# airbnb-browser-shims <sup>[![Version Badge][2]][1]</sup>

@@ -12,1 +12,4 @@ Browser and JS language shims used by Airbnb.

- [webrtc-adapter](https://www.npmjs.com/package/webrtc-adapter) - A shim to insulate apps from WebRTC spec changes and browser prefix differences
[1]: https://npmjs.org/package/airbnb-browser-shims
[2]: http://versionbadg.es/airbnb/browser-shims.svg
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