Socket
Socket
Sign inDemoInstall

@inversify-cn/swagger-express-ts

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inversify-cn/swagger-express-ts - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

dist/api-model-property.decorator.d.ts

2

gulpfile.js

@@ -9,3 +9,3 @@ const gulp = require('gulp');

src: 'src/**/*.ts',
dist: 'dist/swagger-express-ts',
dist: 'dist',
module: 'node_modules/swagger-express-ts',

@@ -12,0 +12,0 @@ lib: {

@@ -6,7 +6,7 @@ {

},
"version": "1.0.3",
"version": "1.0.4",
"description": "Generate and serve swagger.json",
"main": "index.js",
"types": "index.d.ts",
"typings": "index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {

@@ -19,3 +19,3 @@ "build:lib": "echo \"Building lib...\" && gulp build:lib",

"start": "echo \"Starting...\" && npm run build && ts-node --project tsconfig.json src/index.ts",
"publish": "npm publish dist/swagger-express-ts",
"publish": "npm publish dist",
"prepare": "npm run build:lib"

@@ -22,0 +22,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