Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-optional-catch-binding

Package Overview
Dependencies
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-optional-catch-binding - npm Package Compare versions

Comparing version 7.23.4 to 7.24.1

2

lib/index.js

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

name: "transform-optional-catch-binding",
inherits: require("@babel/plugin-syntax-optional-catch-binding").default,
inherits: api.version[0] === "8" ? undefined : require("@babel/plugin-syntax-optional-catch-binding").default,
visitor: {

@@ -15,0 +15,0 @@ CatchClause(path) {

{
"name": "@babel/plugin-transform-optional-catch-binding",
"version": "7.23.4",
"version": "7.24.1",
"description": "Compile optional catch bindings",

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

"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-plugin-utils": "^7.24.0",
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3"

@@ -28,4 +28,4 @@ },

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

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

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