
Security News
minimatch Patches 3 High-Severity ReDoS Vulnerabilities
minimatch patched three high-severity ReDoS vulnerabilities that can stall the Node.js event loop, and Socket has released free certified patches.
@babel/plugin-transform-optional-chaining
Advanced tools
Transform optional chaining operators into a series of nil checks
Transform optional chaining operators into a series of nil checks
See our website @babel/plugin-transform-optional-chaining for more information.
Using npm:
npm install --save-dev @babel/plugin-transform-optional-chaining
or using yarn:
yarn add @babel/plugin-transform-optional-chaining --dev
This package provides a way to access properties of objects using dot notation, similar to optional chaining. However, it does not support the optional chaining syntax and requires manual checks for nullish values.
Lodash's get function allows safe access to object properties, similar to optional chaining. It's a part of the Lodash utility library and requires passing the object path as a string or array, unlike the native-like syntax that optional chaining provides.
FAQs
Transform optional chaining operators into a series of nil checks
The npm package @babel/plugin-transform-optional-chaining receives a total of 26,891,027 weekly downloads. As such, @babel/plugin-transform-optional-chaining popularity was classified as popular.
We found that @babel/plugin-transform-optional-chaining demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
minimatch patched three high-severity ReDoS vulnerabilities that can stall the Node.js event loop, and Socket has released free certified patches.

Research
/Security News
Socket uncovered 26 malicious npm packages tied to North Korea's Contagious Interview campaign, retrieving a live 9-module infostealer and RAT from the adversary's C2.

Research
An impersonated golang.org/x/crypto clone exfiltrates passwords, executes a remote shell stager, and delivers a Rekoobe backdoor on Linux.