New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

namirasoft-core

Package Overview
Dependencies
Maintainers
0
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

namirasoft-core - npm Package Compare versions

Comparing version 1.4.40 to 1.4.41

2

dist/FilterItemOperator.js

@@ -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; }),

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