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

Browser and JS shims used by Airbnb.

  • 2.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4.8K
decreased by-4.55%
Maintainers
4
Weekly downloads
 
Created
Source

airbnb-browser-shims Version Badge

Browser and JS language shims used by Airbnb.

Just require/import airbnb-browser-shims, and the environment will be shimmed.

import 'airbnb-browser-shims';

Included shims

Only browser shims

If you only want to bring in the browser shims and not the JS language shims (from airbnb-js-shims), you can import airbnb-browser-shims/browser-only. If you choose this route, you will want to be sure that you are properly bringing in the language shims for the browsers you support somehow. For example:

import 'airbnb-js-shims/target/es2015';
import 'airbnb-browser-shims/browser-only';

Keywords

FAQs

Package last updated on 15 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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