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
146
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.11 to 1.4.12

2

dist/FilterItem.js

@@ -76,3 +76,3 @@ "use strict";

getCommand() {
return [this.table.name, this.column.name, this.not ? "1" : "0", this.operator.name, ...this.values.map(x => x.replace(/;/gm, "\\;"))].join(";");
return [this.table.name, this.column.name, this.not ? "1" : "0", this.operator.name, ...this.values.map(x => (x !== null && x !== void 0 ? x : "").toString().replace(/;/gm, "\\;"))].join(";");
}

@@ -79,0 +79,0 @@ isAllColumns() {

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

"private": false,
"version": "1.4.11",
"version": "1.4.12",
"author": "Amir Abolhasani",

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

@@ -100,3 +100,3 @@ import { BaseMetaColumn } from "./BaseMetaColumn";

{
return [this.table.name, this.column.name, this.not ? "1" : "0", this.operator.name, ...this.values.map(x => x.replace(/;/gm, "\\;"))].join(";");
return [this.table.name, this.column.name, this.not ? "1" : "0", this.operator.name, ...this.values.map(x => (x ?? "").toString().replace(/;/gm, "\\;"))].join(";");
}

@@ -103,0 +103,0 @@ isAllColumns()

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