Socket
Socket
Sign inDemoInstall

nestia

Package Overview
Dependencies
Maintainers
0
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.3.1 to 5.4.0

1

bin/NestiaSetupWizard.js

@@ -33,2 +33,3 @@ "use strict";

pack.install({ dev: true, modulo: "@nestia/sdk", version: "latest" });
pack.install({ dev: true, modulo: "@nestia/benchmark", version: "latest" });
pack.install({ dev: true, modulo: "nestia", version: "latest" });

@@ -35,0 +36,0 @@ pack.install({ dev: false, modulo: "typia" });

6

package.json
{
"name": "nestia",
"version": "5.3.1",
"version": "5.4.0",
"description": "Nestia CLI tool",

@@ -39,4 +39,4 @@ "main": "bin/index.js",

"devDependencies": {
"@nestia/core": "^2.4.0",
"@nestia/sdk": "^2.4.0",
"@nestia/core": "^3.7.0",
"@nestia/sdk": "^3.7.0",
"@types/inquirer": "^9.0.3",

@@ -43,0 +43,0 @@ "@types/node": "^18.11.16",

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

pack.install({ dev: true, modulo: "@nestia/sdk", version: "latest" });
pack.install({ dev: true, modulo: "@nestia/benchmark", version: "latest" });
pack.install({ dev: true, modulo: "nestia", version: "latest" });

@@ -23,0 +24,0 @@ pack.install({ dev: false, modulo: "typia" });

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