Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-logical-assignment-operators

Package Overview
Dependencies
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-logical-assignment-operators - npm Package Compare versions

Comparing version 8.0.0-alpha.1 to 8.0.0-alpha.2

3

lib/index.js
import { declare } from '@babel/helper-plugin-utils';
import syntaxLogicalAssignmentOperators from '@babel/plugin-syntax-logical-assignment-operators';
import { types } from '@babel/core';

@@ -9,3 +8,3 @@

name: "transform-logical-assignment-operators",
inherits: syntaxLogicalAssignmentOperators.default,
inherits: undefined,
visitor: {

@@ -12,0 +11,0 @@ AssignmentExpression(path) {

{
"name": "@babel/plugin-transform-logical-assignment-operators",
"version": "8.0.0-alpha.1",
"version": "8.0.0-alpha.2",
"description": "Transforms logical assignment operators into short-circuited assignments",

@@ -19,13 +19,11 @@ "repository": {

"dependencies": {
"@babel/helper-plugin-utils": "^8.0.0-alpha.1",
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
"@babel/helper-plugin-utils": "^8.0.0-alpha.2"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.1"
"@babel/core": "^8.0.0-alpha.2"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.1",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.1",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-transform-nullish-coalescing-operator": "^8.0.0-alpha.1"
"@babel/core": "^8.0.0-alpha.2",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.2",
"@babel/plugin-transform-nullish-coalescing-operator": "^8.0.0-alpha.2"
},

@@ -32,0 +30,0 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-logical-assignment-operators",

Sorry, the diff of this file is not supported yet

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