airbnb-js-shims
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -0,1 +1,5 @@ | ||
1.5.2 / 2018-05-27 | ||
================= | ||
* [Fix] restore `.flatten()` | ||
1.5.1 / 2018-05-22 | ||
@@ -2,0 +6,0 @@ ================= |
{ | ||
"name": "airbnb-js-shims", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "JS language shims used by Airbnb.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,4 +9,5 @@ 'use strict'; | ||
require('array.prototype.flat/shim')(); | ||
require('array.prototype.flatten/shim')(); | ||
require('array.prototype.flatmap/shim')(); | ||
require('symbol.prototype.description/shim')(); |
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
13225
55