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

@babel/plugin-proposal-object-rest-spread

Package Overview
Dependencies
Maintainers
5
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-proposal-object-rest-spread - npm Package Compare versions

Comparing version 7.3.2 to 7.3.4

2

lib/index.js

@@ -69,3 +69,3 @@ "use strict";

if (parentType == "AssignmentPattern" && path.key === "right" || parentType == "ObjectProperty" && path.parent.computed && path.key === "key") {
if (parentType === "AssignmentPattern" && path.key === "right" || parentType === "ObjectProperty" && path.parent.computed && path.key === "key") {
path.skip();

@@ -72,0 +72,0 @@ }

{
"name": "@babel/plugin-proposal-object-rest-spread",
"version": "7.3.2",
"version": "7.3.4",
"description": "Compile object rest and spread to ES5",

@@ -22,6 +22,6 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread",

"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/core": "^7.3.4",
"@babel/helper-plugin-test-runner": "^7.0.0"
},
"gitHead": "d896ce2b53f64742feeea27dd33ee45934cd041a"
"gitHead": "1f6454cc90fe33e0a32260871212e2f719f35741"
}
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