Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@babel/plugin-transform-optional-chaining

Package Overview
Dependencies
Maintainers
4
Versions
47
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.27.1
to
7.28.5
+3
-1
lib/index.js

@@ -38,4 +38,6 @@ 'use strict';

operator: "!"
}) || parentPath.isLoop({
}) || parentPath.isForStatement({
test: node
}) || parentPath.isWhile({
test: node
});

@@ -42,0 +44,0 @@ }

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

@@ -27,6 +27,6 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.27.1",
"@babel/core": "^7.28.5",
"@babel/helper-plugin-test-runner": "^7.27.1",
"@babel/plugin-transform-block-scoping": "^7.27.1",
"@babel/traverse": "^7.27.1"
"@babel/plugin-transform-block-scoping": "^7.28.5",
"@babel/traverse": "^7.28.5"
},

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

Sorry, the diff of this file is not supported yet