namirasoft-core
Advanced tools
Comparing version 1.4.40 to 1.4.41
@@ -39,3 +39,3 @@ "use strict"; | ||
exists: new FilterItemOperator("Exists", "??", 0, (_, required) => { return !required; }), | ||
includes: new FilterItemOperator("Includes", "??", 1, (_, required) => { return !required; }), | ||
includes: new FilterItemOperator("Includes", "()", 1, (_, required) => { return !required; }), | ||
startswith: new FilterItemOperator("Starts With", "(", 1, (type) => { return type == FilterItemColumnType_1.FilterItemColumnType.String; }), | ||
@@ -42,0 +42,0 @@ endswith: new FilterItemOperator("Ends With", ")", 1, (type) => { return type == FilterItemColumnType_1.FilterItemColumnType.String; }), |
@@ -11,3 +11,3 @@ { | ||
"private": false, | ||
"version": "1.4.40", | ||
"version": "1.4.41", | ||
"author": "Amir Abolhasani", | ||
@@ -14,0 +14,0 @@ "license": "MIT", |
@@ -12,3 +12,3 @@ import { ErrorOperation } from "./ErrorOperation"; | ||
exists: new FilterItemOperator("Exists", "??", 0, (_: FilterItemColumnType, required: boolean) => { return !required; }), | ||
includes: new FilterItemOperator("Includes", "??", 1, (_: FilterItemColumnType, required: boolean) => { return !required; }), | ||
includes: new FilterItemOperator("Includes", "()", 1, (_: FilterItemColumnType, required: boolean) => { return !required; }), | ||
startswith: new FilterItemOperator("Starts With", "(", 1, (type: FilterItemColumnType) => { return type == FilterItemColumnType.String; }), | ||
@@ -15,0 +15,0 @@ endswith: new FilterItemOperator("Ends With", ")", 1, (type: FilterItemColumnType) => { return type == FilterItemColumnType.String; }), |
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
0