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

namirasoft-core

Package Overview
Dependencies
Maintainers
0
Versions
163
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.38 to 1.4.39

3

dist/FilterItem.js

@@ -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

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