airbnb-js-shims
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -0,1 +1,5 @@ | ||
2.1.0 / 2018-07-25 | ||
================= | ||
* [New] add `Object.fromEntries` | ||
2.0.0 / 2018-06-14 | ||
@@ -2,0 +6,0 @@ ================= |
{ | ||
"name": "airbnb-js-shims", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "JS language shims used by Airbnb.", | ||
@@ -32,2 +32,3 @@ "main": "index.js", | ||
"object.entries": "^1.0.4", | ||
"object.fromentries": "^1.0.0", | ||
"object.getownpropertydescriptors": "^2.0.3", | ||
@@ -43,7 +44,7 @@ "object.values": "^1.0.4", | ||
"eslint": "^4.19.1", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
"eslint-plugin-import": "^2.12.0", | ||
"eslint-config-airbnb-base": "^13.0.0", | ||
"eslint-plugin-import": "^2.13.0", | ||
"nsp": "^3.2.1", | ||
"safe-publish-latest": "^1.1.1", | ||
"tape": "^4.9.0" | ||
"tape": "^4.9.1" | ||
}, | ||
@@ -50,0 +51,0 @@ "publishConfig": { |
@@ -27,2 +27,3 @@ # airbnb-js-shims <sup>[![Version Badge][2]][1]</sup> | ||
- [String.prototype.matchAll](https://npmjs.com/package/string.prototype.matchall) (Stage 3, ES2019 candidate) | ||
- [Object.fromEntries](https://npmjs.com/package/object.fromentries) (Stage 3, ES2019 candidate) | ||
@@ -29,0 +30,0 @@ ## Targeting versions |
@@ -10,1 +10,2 @@ 'use strict'; | ||
require('object.fromentries/auto'); |
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
13618
57
48
15
+ Addedobject.fromentries@^1.0.0
+ Addedhas@1.0.4(transitive)
+ Addedobject.fromentries@1.0.0(transitive)