New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@swyger/cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swyger/cli - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

1

bin/index.js
#!/usr/bin/env node
// Run `npm run start` to start the demo
import {

@@ -5,0 +4,0 @@ intro,

1

index.js
// Run `npm run start` to start the demo
//On local package: swyger -- init
import {

@@ -3,0 +4,0 @@ intro,

{
"name": "@swyger/cli",
"version": "0.1.4",
"version": "0.1.5",
"description": "Swyger CLI is used to create projects(Server/Client) with boilerplate!",
"type": "module",
"main": "bin/index.js",
"repository": "https://github.com/coorise/swyger-nodejs-cli",
"publishConfig": {

@@ -18,3 +19,3 @@ "ignore": [

"bin": {
"swyger-cli": "./bin/index.js"
"swyger": "./bin/index.js"
},

@@ -21,0 +22,0 @@ "scripts": {

@@ -31,4 +31,4 @@ # <span style="color: red;">Swyger</span> <span style="color: blue;">CLI</span>

- ``swyger-cli -- -h``: To get the commands and option
- ``swyger-cli -- init``: To init the project
- ``swyger -h``: To get the commands and option
- ``swyger init``: To init the project
- ``init`` command can be directly chained with:

@@ -35,0 +35,0 @@ - ``-n your-project-name``: To create the project name

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