Socket
Socket
Sign inDemoInstall

@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression - npm Package Compare versions

Comparing version 7.21.4-esm.4 to 7.22.5

lib/util.js

10

lib/index.js

@@ -1,3 +0,7 @@

import { declare } from '@babel/helper-plugin-utils';
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helperPluginUtils = require('@babel/helper-plugin-utils');
function shouldTransform(path) {

@@ -23,3 +27,3 @@ const {

var index = declare(api => {
var index = helperPluginUtils.declare(api => {
api.assertVersion("^7.16.0");

@@ -43,3 +47,3 @@ return {

export { index as default };
exports["default"] = index;
//# sourceMappingURL=index.js.map
{
"name": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
"version": "7.21.4-esm.4",
"version": "7.22.5",
"description": "Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517",

@@ -25,12 +25,12 @@ "repository": {

"dependencies": {
"@babel/helper-plugin-utils": "7.21.4-esm.4"
"@babel/helper-plugin-utils": "^7.22.5"
},
"peerDependencies": {
"@babel/core": "^7.0.0 || ^7.21.4-esm.2"
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "7.21.4-esm.4",
"@babel/helper-function-name": "7.21.4-esm.4",
"@babel/helper-plugin-test-runner": "7.21.4-esm.4",
"@babel/traverse": "7.21.4-esm.4"
"@babel/core": "^7.22.5",
"@babel/helper-function-name": "^7.22.5",
"@babel/helper-plugin-test-runner": "^7.22.5",
"@babel/traverse": "^7.22.5"
},

@@ -41,3 +41,3 @@ "engines": {

"author": "The Babel Team (https://babel.dev/team)",
"type": "module"
"type": "commonjs"
}

Sorry, the diff of this file is not supported yet

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