Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
5
Maintainers
4
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.18.9 to 7.21.4-esm

lib/index.js.map

11

lib/index.js

@@ -7,7 +7,4 @@ "use strict";

exports.default = _default;
var _helperExplodeAssignableExpression = require("@babel/helper-explode-assignable-expression");
var _t = require("@babel/types");
const {

@@ -17,3 +14,2 @@ assignmentExpression,

} = _t;
function _default(opts) {

@@ -36,3 +32,2 @@ const {

},
BinaryExpression(path) {

@@ -42,3 +37,2 @@ const {

} = path;
if (node.operator === operator) {

@@ -48,5 +42,6 @@ path.replaceWith(build(node.left, node.right));

}
};
return visitor;
}
}
//# sourceMappingURL=index.js.map
{
"name": "@babel/helper-builder-binary-assignment-operator-visitor",
"version": "7.18.9",
"version": "7.21.4-esm",
"description": "Helper function to build binary assignment operator visitors",

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

"dependencies": {
"@babel/helper-explode-assignable-expression": "^7.18.6",
"@babel/types": "^7.18.9"
"@babel/helper-explode-assignable-expression": "^7.21.4-esm",
"@babel/types": "^7.21.4-esm"
},

@@ -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