namirasoft-core
Advanced tools
Comparing version 1.4.38 to 1.4.39
@@ -98,3 +98,4 @@ "use strict"; | ||
ans.push("Not"); | ||
ans.push(this.operator.name); | ||
if (!this.isAllColumns() || this.operator != FilterItemOperator_1.FilterItemOperator.all.equals || this.not) | ||
ans.push(this.operator.name); | ||
ans.push(this.values.join(", ")); | ||
@@ -101,0 +102,0 @@ return ans.filter(x => x).join(" "); |
@@ -11,3 +11,3 @@ { | ||
"private": false, | ||
"version": "1.4.38", | ||
"version": "1.4.39", | ||
"author": "Amir Abolhasani", | ||
@@ -14,0 +14,0 @@ "license": "MIT", |
@@ -125,3 +125,4 @@ import { BaseMetaColumn } from "./BaseMetaColumn"; | ||
ans.push("Not"); | ||
ans.push(this.operator.name); | ||
if (!this.isAllColumns() || this.operator != FilterItemOperator.all.equals || this.not) | ||
ans.push(this.operator.name); | ||
ans.push(this.values.join(", ")); | ||
@@ -128,0 +129,0 @@ return ans.filter(x => x).join(" "); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
433786
5806
1