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
160
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.53 to 1.3.54

3

dist/FilterItem.js

@@ -72,4 +72,3 @@ "use strict";

ans.push("Not");
if (this.isAllColumns())
ans.push(this.operator.name);
ans.push(this.operator.name);
ans.push(this.values.join(", "));

@@ -76,0 +75,0 @@ return ans.filter(x => x).join(" ");

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

"private": false,
"version": "1.3.53",
"version": "1.3.54",
"author": "Amir Abolhasani",

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

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

ans.push("Not");
if (this.isAllColumns())
ans.push(this.operator.name);
ans.push(this.operator.name);
ans.push(this.values.join(", "));

@@ -96,0 +95,0 @@ return ans.filter(x => x).join(" ");

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