Socket
Socket
Sign inDemoInstall

@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining

Package Overview
Dependencies
57
Maintainers
6
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.16.0 to 7.16.7

17

package.json
{
"name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
"version": "7.16.0",
"version": "7.16.7",
"description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",

@@ -17,5 +17,4 @@ "repository": {

"exports": {
".": [
"./lib/index.js"
]
".": "./lib/index.js",
"./package.json": "./package.json"
},

@@ -27,5 +26,5 @@ "keywords": [

"dependencies": {
"@babel/helper-plugin-utils": "^7.14.5",
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
"@babel/plugin-proposal-optional-chaining": "^7.16.0"
"@babel/plugin-proposal-optional-chaining": "^7.16.7"
},

@@ -36,5 +35,5 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/helper-plugin-test-runner": "^7.16.0",
"@babel/traverse": "^7.16.0"
"@babel/core": "^7.16.7",
"@babel/helper-plugin-test-runner": "^7.16.7",
"@babel/traverse": "^7.16.7"
},

@@ -41,0 +40,0 @@ "engines": {

# @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining
> Transform optional chaining operators to workaround a [v8 bug](https://crbug.com/v8/11558).
> Transform optional chaining operators to workaround https://crbug.com/v8/11558

@@ -5,0 +5,0 @@ See our website [@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining](https://babeljs.io/docs/en/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining) for more information.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc