Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-parameters

Package Overview
Dependencies
Maintainers
6
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-parameters - npm Package Compare versions

Comparing version 7.16.3 to 7.16.5

1

lib/rest.js

@@ -214,2 +214,3 @@ "use strict";

let rest = node.params.pop().argument;
if (rest.name === "arguments") scope.rename(rest.name);

@@ -216,0 +217,0 @@ const argsId = _core.types.identifier("arguments");

8

package.json
{
"name": "@babel/plugin-transform-parameters",
"version": "7.16.3",
"version": "7.16.5",
"description": "Compile ES2015 default and rest parameters to ES5",

@@ -17,3 +17,3 @@ "repository": {

"dependencies": {
"@babel/helper-plugin-utils": "^7.14.5"
"@babel/helper-plugin-utils": "^7.16.5"
},

@@ -27,4 +27,4 @@ "keywords": [

"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/helper-plugin-test-runner": "^7.16.0"
"@babel/core": "^7.16.5",
"@babel/helper-plugin-test-runner": "^7.16.5"
},

@@ -31,0 +31,0 @@ "engines": {

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