Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-parameters

Package Overview
Dependencies
54
Maintainers
6
Versions
91
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.14.5 to 7.15.4

2

lib/rest.js

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

state.references = state.references.concat(state.candidates.map(({
state.references.push(...state.candidates.map(({
path

@@ -265,0 +265,0 @@ }) => path));

{
"name": "@babel/plugin-transform-parameters",
"version": "7.14.5",
"version": "7.15.4",
"description": "Compile ES2015 default and rest parameters to ES5",

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

"devDependencies": {
"@babel/core": "7.14.5",
"@babel/core": "7.15.4",
"@babel/helper-plugin-test-runner": "7.14.5"

@@ -29,0 +29,0 @@ },

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