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 5.2.3-dev.20240219 to 5.3.0

1

bin/index.js

@@ -54,3 +54,2 @@ #!/usr/bin/env node

return __awaiter(this, void 0, void 0, function* () {
console.log(process.argv);
const type = process.argv[2];

@@ -57,0 +56,0 @@ const argv = process.argv.slice(3);

4

bin/NestiaSetupWizard.js

@@ -20,4 +20,4 @@ "use strict";

function setup() {
var _a;
return __awaiter(this, void 0, void 0, function* () {
var _a;
console.log("----------------------------------------");

@@ -39,3 +39,3 @@ console.log(" Nestia Setup Wizard");

pack.install({ dev: true, modulo: "ts-node", version: "latest" });
pack.install({ dev: true, modulo: "typescript", version: "5.3.2" });
pack.install({ dev: true, modulo: "typescript", version: "5.4.2" });
(_a = args.project) !== null && _a !== void 0 ? _a : (args.project = (() => {

@@ -42,0 +42,0 @@ const runner = pack.manager === "npm" ? "npx" : pack.manager;

{
"name": "nestia",
"version": "5.2.3-dev.20240219",
"version": "5.3.0",
"description": "Nestia CLI tool",

@@ -44,3 +44,3 @@ "main": "bin/index.js",

"rimraf": "^3.0.2",
"typescript": "^5.3.2"
"typescript": "^5.4.2"
},

@@ -47,0 +47,0 @@ "files": [

@@ -22,3 +22,2 @@ #!/usr/bin/env node

async function main(): Promise<void> {
console.log(process.argv);
const type: string | undefined = process.argv[2];

@@ -25,0 +24,0 @@ const argv: string[] = process.argv.slice(3);

@@ -27,3 +27,3 @@ import { ArgumentParser } from "./internal/ArgumentParser";

pack.install({ dev: true, modulo: "ts-node", version: "latest" });
pack.install({ dev: true, modulo: "typescript", version: "5.3.2" });
pack.install({ dev: true, modulo: "typescript", version: "5.4.2" });
args.project ??= (() => {

@@ -30,0 +30,0 @@ const runner: string = pack.manager === "npm" ? "npx" : pack.manager;

Sorry, the diff of this file is not supported yet

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