airbnb-js-shims
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -0,1 +1,6 @@ | ||
2.1.1 / 2018-08-31 | ||
================= | ||
* [meta] add license text (#8) | ||
* [docs] fix link to flatMap package (#7) | ||
2.1.0 / 2018-07-25 | ||
@@ -9,2 +14,11 @@ ================= | ||
1.7.1 / 2018-08-31 | ||
================= | ||
* [meta] add license text (#8) | ||
* [docs] fix link to flatMap package (#7) | ||
1.7.0 / 2018-07-25 | ||
================= | ||
* [New] add `Object.fromEntries` | ||
1.6.0 / 2018-05-31 | ||
@@ -11,0 +25,0 @@ ================= |
{ | ||
"name": "airbnb-js-shims", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "JS language shims used by Airbnb.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -24,3 +24,3 @@ # airbnb-js-shims <sup>[![Version Badge][2]][1]</sup> | ||
- [Array.prototype.flat](https://npmjs.com/package/array.prototype.flat) (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) | ||
@@ -27,0 +27,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
14967
15