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.60 to 1.3.61

2

dist/FilterItem.js

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

ErrorOperation_1.ErrorOperation.throwHTTP(400, "Invalid value for FilterItem.not: " + items[notIndex]);
let operator = FilterItemOperator_1.FilterItemOperator.getBySign(items[operatorIndex]);
let operator = FilterItemOperator_1.FilterItemOperator.getByName(items[operatorIndex]);
let values = [];

@@ -34,0 +34,0 @@ for (let j = 0; j < operator.count; j++) {

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

"private": false,
"version": "1.3.60",
"version": "1.3.61",
"author": "Amir Abolhasani",

@@ -21,3 +21,3 @@ "license": "MIT",

"dependencies": {
"@types/node": "^20.14.4",
"@types/node": "^20.14.5",
"axios": "^1.7.2",

@@ -24,0 +24,0 @@ "moment": "^2.30.1",

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

ErrorOperation.throwHTTP(400, "Invalid value for FilterItem.not: " + items[notIndex]);
let operator = FilterItemOperator.getBySign(items[operatorIndex]);
let operator = FilterItemOperator.getByName(items[operatorIndex]);
let values: string[] = [];

@@ -42,0 +42,0 @@ for (let j = 0; j < operator.count; j++)

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