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.0 to 5.3.1

0

bin/internal/PluginConfigurator.js

@@ -0,0 +0,0 @@ "use strict";

2

bin/NestiaSetupWizard.js

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

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

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

{
"name": "nestia",
"version": "5.3.0",
"version": "5.3.1",
"description": "Nestia CLI tool",

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

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

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

@@ -21,3 +21,3 @@ # Nestia

> **Note**
> [!NOTE]
>

@@ -63,3 +63,3 @@ > - **Only one line** required, with pure TypeScript type

- [TypedParam](https://nestia.io/docs/core/TypedParam/)
- [TypedQuery](https://nestia.io/docs/core/TypedQuery/)
- [TypedQuery](https://nestia.io/docs/core/TypedRoute/)
- [TypedHeaders](https://nestia.io/docs/core/TypedHeaders/)

@@ -66,0 +66,0 @@ - [TypedException](https://nestia.io/docs/core/TypedException/)

@@ -0,0 +0,0 @@ import cp from "child_process";

@@ -0,0 +0,0 @@ import fs from "fs";

@@ -0,0 +0,0 @@ import fs from "fs";

@@ -0,0 +0,0 @@ import comments from "comment-json";

@@ -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.4.2" });
pack.install({ dev: true, modulo: "typescript", version: "5.5.2" });
args.project ??= (() => {

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

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