Socket
Socket
Sign inDemoInstall

babel-plugin-transform-es2015-parameters

Package Overview
Dependencies
Maintainers
6
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-es2015-parameters - npm Package Compare versions

Comparing version 6.8.0 to 6.9.0

5

lib/rest.js

@@ -42,3 +42,5 @@ /*istanbul ignore next*/"use strict";

},
/*istanbul ignore next*/Function: function Function(path, state) {
"Function|ClassProperty": function /*istanbul ignore next*/FunctionClassProperty(path, state) {
// Detect whether any reference to rest is contained in nested functions to

@@ -55,2 +57,3 @@ // determine if deopt is necessary.

},
/*istanbul ignore next*/ReferencedIdentifier: function ReferencedIdentifier(path, state) {

@@ -57,0 +60,0 @@ /*istanbul ignore next*/var node = path.node;

10

package.json
{
"name": "babel-plugin-transform-es2015-parameters",
"version": "6.8.0",
"version": "6.9.0",
"description": "Compile ES2015 default and rest parameters to ES5",

@@ -9,8 +9,8 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-parameters",

"dependencies": {
"babel-traverse": "^6.8.0",
"babel-traverse": "^6.9.0",
"babel-helper-call-delegate": "^6.8.0",
"babel-helper-get-function-arity": "^6.8.0",
"babel-template": "^6.8.0",
"babel-types": "^6.8.0",
"babel-runtime": "^6.0.0"
"babel-template": "^6.9.0",
"babel-types": "^6.9.0",
"babel-runtime": "^6.9.0"
},

@@ -17,0 +17,0 @@ "keywords": [

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