Socket
Socket
Sign inDemoInstall

causaly-parser

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

causaly-parser - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

6

dist/context.js

@@ -1125,3 +1125,3 @@ 'use strict';

if (operator === NOT) {
buf += `${operator} `;
buf += "".concat(operator, " ");
}

@@ -1136,3 +1136,3 @@

if (i !== arr.length - 1 && operator !== NOT) {
buf += ` ${operator} `;
buf += " ".concat(operator, " ");
}

@@ -1144,3 +1144,3 @@

if (parentOperator && operator !== NOT) {
return `(${expr})`;
return "(".concat(expr, ")");
}

@@ -1147,0 +1147,0 @@

@@ -1125,3 +1125,3 @@ 'use strict';

if (operator === NOT) {
buf += `${operator} `;
buf += "".concat(operator, " ");
}

@@ -1136,3 +1136,3 @@

if (i !== arr.length - 1 && operator !== NOT) {
buf += ` ${operator} `;
buf += " ".concat(operator, " ");
}

@@ -1144,3 +1144,3 @@

if (parentOperator && operator !== NOT) {
return `(${expr})`;
return "(".concat(expr, ")");
}

@@ -1147,0 +1147,0 @@

{
"name": "causaly-parser",
"version": "0.3.3",
"version": "0.3.4",
"description": "Set of parsers for the causaly query language",

@@ -5,0 +5,0 @@ "keywords": [

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