Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-optional-chaining

Package Overview
Dependencies
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-optional-chaining - npm Package Compare versions

Comparing version 7.25.7 to 7.25.8

2

lib/index.js

@@ -229,3 +229,3 @@ 'use strict';

name: "transform-optional-chaining",
inherits: api.version[0] === "8" ? undefined : require("@babel/plugin-syntax-optional-chaining").default,
manipulateOptions: (_, parser) => parser.plugins.push("optionalChaining"),
visitor: {

@@ -232,0 +232,0 @@ "OptionalCallExpression|OptionalMemberExpression"(path) {

{
"name": "@babel/plugin-transform-optional-chaining",
"version": "7.25.7",
"version": "7.25.8",
"description": "Transform optional chaining operators into a series of nil checks",

@@ -21,4 +21,3 @@ "repository": {

"@babel/helper-plugin-utils": "^7.25.7",
"@babel/helper-skip-transparent-expression-wrappers": "^7.25.7",
"@babel/plugin-syntax-optional-chaining": "^7.8.3"
"@babel/helper-skip-transparent-expression-wrappers": "^7.25.7"
},

@@ -29,3 +28,3 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/helper-plugin-test-runner": "^7.25.7",

@@ -32,0 +31,0 @@ "@babel/plugin-transform-block-scoping": "^7.25.7",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc