Socket
Socket
Sign inDemoInstall

nestia

Package Overview
Dependencies
Maintainers
1
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestia - npm Package Compare versions

Comparing version 6.0.3-dev.20240910 to 6.1.0-dev.20240910

6

bin/internal/PackageManager.js

@@ -44,3 +44,7 @@ "use strict";

const middle = `${cmd} ${option}`;
CommandExecutor_1.CommandExecutor.run(`${this.manager} ${middle} ${props.modulo}${props.version ? `@${props.version}` : ""}`);
CommandExecutor_1.CommandExecutor.run([
this.manager,
middle,
`${props.modulo}${props.version ? `@${props.version}` : ""}`,
].join(" "));
return true;

@@ -47,0 +51,0 @@ }

2

package.json
{
"name": "nestia",
"version": "6.0.3-dev.20240910",
"version": "6.1.0-dev.20240910",
"description": "Nestia CLI tool",

@@ -5,0 +5,0 @@ "main": "bin/index.js",

@@ -52,5 +52,7 @@ import fs from "fs";

CommandExecutor.run(
`${this.manager} ${middle} ${props.modulo}${
props.version ? `@${props.version}` : ""
}`,
[
this.manager,
middle,
`${props.modulo}${props.version ? `@${props.version}` : ""}`,
].join(" "),
);

@@ -57,0 +59,0 @@ return true;

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