Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

airbnb-js-shims

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airbnb-js-shims - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

2.1.0 / 2018-07-25
=================
* [New] add `Object.fromEntries`
2.0.0 / 2018-06-14

@@ -2,0 +6,0 @@ =================

9

package.json
{
"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');
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc