Socket
Socket
Sign inDemoInstall

@babel/plugin-syntax-optional-chaining-assign

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-syntax-optional-chaining-assign - npm Package Compare versions

Comparing version 8.0.0-alpha.6 to 8.0.0-alpha.7

2

lib/index.js

@@ -6,3 +6,3 @@ import { declare } from '@babel/helper-plugin-utils';

var index = declare((api, options) => {
api.assertVersion("8.0.0-alpha.6");
api.assertVersion("8.0.0-alpha.7");
v.validateTopLevelOptions(options, {

@@ -9,0 +9,0 @@ version: "version"

{
"name": "@babel/plugin-syntax-optional-chaining-assign",
"version": "8.0.0-alpha.6",
"version": "8.0.0-alpha.7",
"description": "Allow parsing of optional chaining on the left-hand side of assignment expressions",

@@ -20,10 +20,10 @@ "repository": {

"dependencies": {
"@babel/helper-plugin-utils": "^8.0.0-alpha.6",
"@babel/helper-validator-option": "^8.0.0-alpha.6"
"@babel/helper-plugin-utils": "^8.0.0-alpha.7",
"@babel/helper-validator-option": "^8.0.0-alpha.7"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.6"
"@babel/core": "^8.0.0-alpha.7"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.6"
"@babel/core": "^8.0.0-alpha.7"
},

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

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