Socket
Socket
Sign inDemoInstall

babel-plugin-transform-es2015-parameters

Package Overview
Dependencies
28
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.2 to 6.0.14

4

lib/default.js

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

var buildCutOff = _babelTemplate2["default"]("\n let $0 = arguments[$1];\n");
var buildCutOff = _babelTemplate2["default"]("\n let $0 = $1[$2];\n");

@@ -161,3 +161,3 @@ function hasDefaults(node) {

var declar = buildCutOff(param, t.numberLiteral(i));
var declar = buildCutOff(param, argsIdentifier, t.numberLiteral(i));
declar._blockHoist = node.params.length - i;

@@ -164,0 +164,0 @@ body.push(declar);

{
"name": "babel-plugin-transform-es2015-parameters",
"version": "6.0.2",
"version": "6.0.14",
"description": "Compile ES2015 default and rest parameters to ES5",
"repository": "babel/babel",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-parameters",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-traverse": "^6.0.2",
"babel-helper-call-delegate": "^6.0.2",
"babel-helper-get-function-arity": "^6.0.2",
"babel-template": "^6.0.2",
"babel-types": "^6.0.2",
"babel-runtime": "^6.0.2"
"babel-traverse": "^6.0.14",
"babel-helper-call-delegate": "^6.0.14",
"babel-helper-get-function-arity": "^6.0.14",
"babel-template": "^6.0.14",
"babel-types": "^6.0.14",
"babel-runtime": "^5.0.0"
},

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc