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.3.0 to 1.4.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

1.4.0 / 2017-11-29
=================
* [New] add `Array.prototype.flat{ten,Map}`, now at stage 3
* [Deps] update `promise.prototype.finally`
* [Dev Deps] update `eslint`, `eslint-config-airbnb-base`, `eslint-plugin-import`, `tape`
* [Tests] up to `node` `v9.2`, `v8.9`, `v6.12`; use `nvm install-latest-npm`; pin included builds to LTS
1.3.0 / 2017-07-28

@@ -2,0 +9,0 @@ =================

14

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

@@ -25,2 +25,4 @@ "main": "index.js",

"array-includes": "^3.0.3",
"array.prototype.flatmap": "^1.1.1",
"array.prototype.flatten": "^1.1.1",
"es5-shim": "^4.5.9",

@@ -32,3 +34,3 @@ "es6-shim": "^0.35.3",

"object.values": "^1.0.4",
"promise.prototype.finally": "^3.0.0",
"promise.prototype.finally": "^3.1.0",
"string.prototype.padend": "^3.0.0",

@@ -38,7 +40,7 @@ "string.prototype.padstart": "^3.0.0"

"devDependencies": {
"eslint": "^4.3.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0",
"eslint": "^4.12.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"safe-publish-latest": "^1.1.1",
"tape": "^4.7.0"
"tape": "^4.8.0"
},

@@ -45,0 +47,0 @@ "publishConfig": {

@@ -23,2 +23,4 @@ # airbnb-js-shims <sup>[![Version Badge][2]][1]</sup>

- [Promise.prototype.finally](https://npmjs.com/package/promise.prototype.finally) (Stage 3, ES2018 candidate)
- [Array.prototype.flatten](https://npmjs.com/package/array.prototype.flatten) (Stage 3, ES2018 candidate)
- [Array.prototype.flatMap](https://npmjs.com/package/array.prototype.flatMap) (Stage 3, ES2018 candidate)

@@ -25,0 +27,0 @@ ## Targeting versions

@@ -7,1 +7,4 @@ 'use strict';

}
require('array.prototype.flatten/shim')();
require('array.prototype.flatmap/shim')();

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