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.13 to 1.4.14

2

dist/SortItem.js

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

let value_asc = next("Asending").toLowerCase();
let asc = value_asc != "asc";
let asc = value_asc === "asc";
if (value_asc != "asc" && value_asc != "desc")

@@ -44,0 +44,0 @@ ErrorOperation_1.ErrorOperation.throwHTTP(400, `Invalid value '${value_asc}' for SortItem.Asending, Only 'Asc' and 'Desc' are allowed.`);

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

"private": false,
"version": "1.4.13",
"version": "1.4.14",
"author": "Amir Abolhasani",

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

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

let value_asc = next("Asending").toLowerCase();
let asc = value_asc != "asc"
let asc = value_asc === "asc"
if (value_asc != "asc" && value_asc != "desc")

@@ -56,0 +56,0 @@ ErrorOperation.throwHTTP(400, `Invalid value '${value_asc}' for SortItem.Asending, Only 'Asc' and 'Desc' are allowed.`);

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