Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nestia

Package Overview
Dependencies
Maintainers
0
Versions
223
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.4.0 to 5.5.0-dev.20240722

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 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";
declare function halt(desc: string): never;
declare function main(): Promise<void>;

@@ -46,3 +46,4 @@ #!/usr/bin/env node

7. npx nestia swagger
8. npx nestia e2e
8. npx nestia openai
9. npx nestia e2e
`;

@@ -77,2 +78,3 @@ function halt(desc) {

type === "sdk" ||
type === "openai" ||
type === "swagger" ||

@@ -79,0 +81,0 @@ type === "e2e") {

{
"name": "nestia",
"version": "5.4.0",
"version": "5.5.0-dev.20240722",
"description": "Nestia CLI tool",

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

@@ -13,3 +13,4 @@ #!/usr/bin/env node

7. npx nestia swagger
8. npx nestia e2e
8. npx nestia openai
9. npx nestia e2e
`;

@@ -47,2 +48,3 @@

type === "sdk" ||
type === "openai" ||
type === "swagger" ||

@@ -49,0 +51,0 @@ type === "e2e"

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