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.1.0 to 1.2.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

1.2.0 / 2016-09-02
=================
* [New] add `requestAnimationFrame` polyfill. Works in browsers + node
* [Dev Deps] update `eslint`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`
1.1.0 / 2016-08-25

@@ -2,0 +7,0 @@ =================

2

index.js

@@ -17,1 +17,3 @@ 'use strict';

}
require('raf/polyfill');

9

package.json
{
"name": "airbnb-browser-shims",
"version": "1.1.0",
"version": "1.2.0",
"description": "Browser and JS shims used by Airbnb.",

@@ -27,10 +27,11 @@ "main": "index.js",

"ima-babel6-polyfill": "^0.12.0",
"raf": "^3.3.0",
"webrtc-adapter": "^2.0.2"
},
"devDependencies": {
"eslint": "^3.3.1",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.1.2",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"safe-publish-latest": "^1.0.1",

@@ -37,0 +38,0 @@ "tape": "^4.6.0"

Sorry, the diff of this file is not supported yet

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