Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

namirasoft-core

Package Overview
Dependencies
Maintainers
1
Versions
148
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.3.24 to 1.3.25

2

dist/FilterItem.d.ts

@@ -7,3 +7,3 @@ import { FilterItemOperator } from "./FilterItemOperator";

values: string[];
static parseAll(item?: string): FilterItem[];
static parseAll(item: string | null): FilterItem[];
static parse(item: string): FilterItem;

@@ -10,0 +10,0 @@ constructor(column: string, not: boolean, operator: FilterItemOperator, ...values: string[]);

@@ -11,3 +11,3 @@ {

"private": false,
"version": "1.3.24",
"version": "1.3.25",
"author": "Amir Abolhasani",

@@ -14,0 +14,0 @@ "license": "MIT",

@@ -9,3 +9,3 @@ import { FilterItemOperator } from "./FilterItemOperator";

public values: string[];
public static parseAll(item?: string): FilterItem[]
public static parseAll(item: string | null): FilterItem[]
{

@@ -12,0 +12,0 @@ // todo impolement

Sorry, the diff of this file is not supported yet

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