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

nswag

Package Overview
Dependencies
Maintainers
1
Versions
280
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nswag - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "nswag",
"version": "0.0.7",
"version": "0.0.8",
"optionalDependencies": {},

@@ -5,0 +5,0 @@ "repository": {

@@ -10,4 +10,6 @@ NSwag is a Swagger 2.0 API (OpenAPI) toolchain for .NET, Web API, TypeScript (jQuery, AngularJS, Angular 2, Aurelia, KnockoutJS, and more) and other platforms, written in C#. The Swagger specification uses JSON and JSON Schema to describe a RESTful web API. The NSwag project provides tools to generate Swagger specifications from existing ASP.NET Web API controllers and client code from these Swagger specifications.

Global installation:
### Global installation
Install the package globally:
npm install nswag -g

@@ -18,3 +20,13 @@

nswag help
### Project installation
Install the package for the current project:
npm install nswag --save-dev
Show available commands:
"node_modules/.bin/nswag" help
## Development

@@ -21,0 +33,0 @@

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