airbnb-js-shims
Advanced tools
Comparing version 1.6.0 to 2.0.0
@@ -0,1 +1,5 @@ | ||
2.0.0 / 2018-06-14 | ||
================= | ||
* [Breaking] remove `Array.prototype.flatten` | ||
1.6.0 / 2018-05-31 | ||
@@ -2,0 +6,0 @@ ================= |
{ | ||
"name": "airbnb-js-shims", | ||
"version": "1.6.0", | ||
"version": "2.0.0", | ||
"description": "JS language shims used by Airbnb.", | ||
@@ -28,3 +28,2 @@ "main": "index.js", | ||
"array.prototype.flatmap": "^1.2.1", | ||
"array.prototype.flatten": "^1.2.1", | ||
"es5-shim": "^4.5.10", | ||
@@ -31,0 +30,0 @@ "es6-shim": "^0.35.3", |
@@ -24,3 +24,2 @@ # airbnb-js-shims <sup>[![Version Badge][2]][1]</sup> | ||
- [Array.prototype.flat](https://npmjs.com/package/array.prototype.flat) (Stage 3, ES2019 candidate) | ||
- (DEPRECATED: renamed to "flat") [Array.prototype.flatten](https://npmjs.com/package/array.prototype.flatten) (Stage 3, ES2019 candidate) | ||
- [Array.prototype.flatMap](https://npmjs.com/package/array.prototype.flatMap) (Stage 3, ES2019 candidate) | ||
@@ -27,0 +26,0 @@ - [Symbol.prototype.description](https://npmjs.com/package/symbol.prototype.description) (Stage 3, ES2019 candidate) |
@@ -7,5 +7,2 @@ 'use strict'; | ||
// TODO: remove this from next semver-major | ||
require('array.prototype.flatten/shim')(); | ||
require('./es2019'); |
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
14
13377
56
47
- Removedarray.prototype.flatten@^1.2.1
- Removedarray.prototype.flatten@1.2.1(transitive)