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

airbnb-js-shims

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airbnb-js-shims - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

1.5.1 / 2018-05-22
=================
* [Fix] actually add `Array.prototype.flat` and `Symbol.prototype.description`
1.5.0 / 2018-05-22

@@ -2,0 +6,0 @@ =================

2

package.json
{
"name": "airbnb-js-shims",
"version": "1.5.0",
"version": "1.5.1",
"description": "JS language shims used by Airbnb.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -8,3 +8,5 @@ 'use strict';

require('array.prototype.flatten/shim')();
require('array.prototype.flat/shim')();
require('array.prototype.flatmap/shim')();
require('symbol.prototype.description/shim')();
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