Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
6
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining - npm Package Compare versions

Comparing version 7.13.12 to 7.14.5

22

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

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

},
"main": "lib/index.js",
"main": "./lib/index.js",
"exports": {

@@ -27,5 +27,5 @@ ".": [

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

@@ -36,6 +36,10 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "7.13.10",
"@babel/helper-plugin-test-runner": "7.13.10",
"@babel/traverse": "7.13.0"
}
"@babel/core": "7.14.5",
"@babel/helper-plugin-test-runner": "7.14.5",
"@babel/traverse": "7.14.5"
},
"engines": {
"node": ">=6.9.0"
},
"author": "The Babel Team (https://babel.dev/team)"
}
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