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.0.14 to 1.0.15

2

dist/ConvertService.js

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

if (this.mandatory)
if (value == null || value == undefined || !value)
if (value == null || value == undefined)
this.onMandatoryError();

@@ -14,0 +14,0 @@ return value;

{
"name": "namirasoft-core",
"description": "Namira Software Corporation Core NPM Package",
"version": "1.0.14",
"version": "1.0.15",
"main": "./dist/index.js",

@@ -13,3 +13,3 @@ "types": "./dist/index.d.ts",

"@types/node": "^20.9.0",
"axios": "^1.6.1",
"axios": "^1.6.2",
"md5": "^2.3.0",

@@ -16,0 +16,0 @@ "moment": "^2.29.4",

@@ -14,3 +14,3 @@ import { ErrorOperation } from "./ErrorOperation";

if (this.mandatory)
if (value == null || value == undefined || !value)
if (value == null || value == undefined)
this.onMandatoryError();

@@ -17,0 +17,0 @@ return value;

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