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.9 to 1.3.10

1

dist/PackageService.d.ts

@@ -9,2 +9,3 @@ export declare class PackageService {

getPath(): string;
getJson(): string;
getName(): string;

@@ -11,0 +12,0 @@ getTitle(): string;

@@ -36,2 +36,5 @@ "use strict";

}
getJson() {
return this.json;
}
getName() {

@@ -38,0 +41,0 @@ return this.json.name;

2

package.json

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

"private": false,
"version": "1.3.9",
"version": "1.3.10",
"main": "./dist/index.js",

@@ -14,0 +14,0 @@ "types": "./dist/index.d.ts",

@@ -43,2 +43,6 @@ let fs: any;

}
getJson(): string
{
return this.json;
}
getName(): string

@@ -45,0 +49,0 @@ {

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