airbnb-browser-shims
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -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 | ||
} |
{ | ||
"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 |
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
6830
33
15
4
7
+ Addedclasslist-polyfill@^1.0.3
+ Addedclasslist-polyfill@1.2.0(transitive)