airbnb-js-shims
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -0,1 +1,6 @@ | ||
1.7.1 / 2018-08-31 | ||
================= | ||
* [meta] add license text (#8) | ||
* [docs] fix link to flatMap package (#7) | ||
1.7.0 / 2018-07-25 | ||
@@ -2,0 +7,0 @@ ================= |
{ | ||
"name": "airbnb-js-shims", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "JS language shims used by Airbnb.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -25,3 +25,3 @@ # airbnb-js-shims <sup>[![Version Badge][2]][1]</sup> | ||
- (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) | ||
- [Array.prototype.flatMap](https://npmjs.com/package/array.prototype.flatmap) (Stage 3, ES2019 candidate) | ||
- [Symbol.prototype.description](https://npmjs.com/package/symbol.prototype.description) (Stage 3, ES2019 candidate) | ||
@@ -28,0 +28,0 @@ - [String.prototype.matchAll](https://npmjs.com/package/string.prototype.matchall) (Stage 3, ES2019 candidate) |
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
14960
15