Socket
Socket
Sign inDemoInstall

@babel/helper-builder-binary-assignment-operator-visitor

Package Overview
Dependencies
5
Maintainers
6
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.14.5 to 7.15.4

11

lib/index.js

@@ -10,4 +10,9 @@ "use strict";

var t = require("@babel/types");
var _t = require("@babel/types");
const {
assignmentExpression,
sequenceExpression
} = _t;
function _default(opts) {

@@ -27,4 +32,4 @@ const {

const exploded = (0, _helperExplodeAssignableExpression.default)(node.left, nodes, this, scope);
nodes.push(t.assignmentExpression("=", exploded.ref, build(exploded.uid, node.right)));
path.replaceWith(t.sequenceExpression(nodes));
nodes.push(assignmentExpression("=", exploded.ref, build(exploded.uid, node.right)));
path.replaceWith(sequenceExpression(nodes));
},

@@ -31,0 +36,0 @@

{
"name": "@babel/helper-builder-binary-assignment-operator-visitor",
"version": "7.14.5",
"version": "7.15.4",
"description": "Helper function to build binary assignment operator visitors",

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

"dependencies": {
"@babel/helper-explode-assignable-expression": "^7.14.5",
"@babel/types": "^7.14.5"
"@babel/helper-explode-assignable-expression": "^7.15.4",
"@babel/types": "^7.15.4"
},

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

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