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.6.0 to 5.7.0-dev.20240814

2

bin/index.d.ts
#!/usr/bin/env node
declare const USAGE = "Wrong command has been detected. Use like below:\n\nnpx nestia [command] [options?]\n\n 1. npx nestia start <directory>\n 2. npx nestia template <directory>\n 3. npx nestia setup\n 4. npx nestia dependencies\n 5. npx nestia init\n 6. npx nestia sdk\n 7. npx nestia swagger\n 8. npx nestia openai\n 9. npx nestia e2e\n";
declare const USAGE = "Wrong command has been detected. Use like below:\n\nnpx nestia [command] [options?]\n\n 1. npx nestia start <directory>\n 2. npx nestia template <directory>\n 3. npx nestia setup\n 4. npx nestia dependencies\n 5. npx nestia init\n 6. npx nestia sdk\n 7. npx nestia swagger\n 8. npx nestia openai\n 9. npx nestia e2e\n 10. npx nestia all\n";
declare function halt(desc: string): never;
declare function main(): Promise<void>;

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

9. npx nestia e2e
10. npx nestia all
`;

@@ -80,3 +81,4 @@ function halt(desc) {

type === "swagger" ||
type === "e2e") {
type === "e2e" ||
type === "all") {
try {

@@ -83,0 +85,0 @@ require.resolve("@nestia/sdk/lib/executable/sdk");

{
"name": "nestia",
"version": "5.6.0",
"version": "5.7.0-dev.20240814",
"description": "Nestia CLI tool",

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

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

9. npx nestia e2e
10. npx nestia all
`;

@@ -50,3 +51,4 @@

type === "swagger" ||
type === "e2e"
type === "e2e" ||
type === "all"
) {

@@ -53,0 +55,0 @@ try {

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