Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-parameters

Package Overview
Dependencies
54
Maintainers
4
Versions
90
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.22.5 to 7.22.15

4

lib/index.js

@@ -14,4 +14,4 @@ "use strict";

var _helperPluginUtils = require("@babel/helper-plugin-utils");
var _params = require("./params");
var _rest = require("./rest");
var _params = require("./params.js");
var _rest = require("./rest.js");
var _default = (0, _helperPluginUtils.declare)((api, options) => {

@@ -18,0 +18,0 @@ var _api$assumption, _api$assumption2;

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

var _core = require("@babel/core");
var _shadowUtils = require("./shadow-utils");
var _shadowUtils = require("./shadow-utils.js");
const buildDefaultParam = _core.template.statement(`

@@ -11,0 +11,0 @@ let VARIABLE_NAME =

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

var _core = require("@babel/core");
var _shadowUtils = require("./shadow-utils");
var _shadowUtils = require("./shadow-utils.js");
const buildRest = _core.template.statement(`

@@ -11,0 +11,0 @@ for (var LEN = ARGUMENTS.length,

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

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

"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/core": "^7.22.15",
"@babel/helper-plugin-test-runner": "^7.22.5"

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

@@ -5,3 +5,3 @@ # @babel/plugin-transform-parameters

See our website [@babel/plugin-transform-parameters](https://babeljs.io/docs/en/babel-plugin-transform-parameters) for more information.
See our website [@babel/plugin-transform-parameters](https://babeljs.io/docs/babel-plugin-transform-parameters) for more information.

@@ -8,0 +8,0 @@ ## Install

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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