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

1

bin/index.js

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

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

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

2

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

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

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

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

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

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