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.11 to 1.3.12

2

dist/ObjectService.js

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

if (this.object.length > 0)
ans = this.object[0];
ans = this.object.join(",");
}

@@ -17,0 +17,0 @@ else if (this.object != null && this.object != undefined)

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

"private": false,
"version": "1.3.11",
"version": "1.3.12",
"main": "./dist/index.js",

@@ -17,5 +17,7 @@ "types": "./dist/index.d.ts",

"license": "MIT",
"scripts": {},
"scripts": {
"build": ""
},
"dependencies": {
"@types/node": "^20.11.28",
"@types/node": "^20.11.30",
"axios": "^1.6.8",

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

@@ -18,3 +18,3 @@ import { ConvertService } from "./ConvertService";

if (this.object.length > 0)
ans = this.object[0];
ans = this.object.join(",");
}

@@ -21,0 +21,0 @@ else if (this.object != null && this.object != undefined)

@@ -29,3 +29,3 @@ {

"isolatedModules": false,
"removeComments": true,
"removeComments": true
},

@@ -32,0 +32,0 @@ "include": [

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