Socket
Socket
Sign inDemoInstall

@babel/plugin-proposal-optional-chaining

Package Overview
Dependencies
Maintainers
6
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 7.7.5 to 7.8.0

15

package.json
{
"name": "@babel/plugin-proposal-optional-chaining",
"version": "7.7.5",
"version": "7.8.0",
"description": "Transform optional chaining operators into a series of nil checks",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-optional-chaining",
"license": "MIT",
"type": "commonjs",
"publishConfig": {

@@ -15,4 +16,4 @@ "access": "public"

"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-optional-chaining": "^7.7.4"
"@babel/helper-plugin-utils": "^7.8.0",
"@babel/plugin-syntax-optional-chaining": "^7.8.0"
},

@@ -23,7 +24,7 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/helper-plugin-test-runner": "^7.7.4",
"@babel/plugin-transform-block-scoping": "^7.7.4"
"@babel/core": "^7.8.0",
"@babel/helper-plugin-test-runner": "^7.8.0",
"@babel/plugin-transform-block-scoping": "^7.8.0"
},
"gitHead": "d04508e510abc624b3e423ff334eff47f297502a"
"gitHead": "2486615a74580283c49475d66067bd7fcab3330e"
}
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