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

c2-http

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c2-http - npm Package Compare versions

Comparing version 1.0.30 to 1.0.31

4

dist/model/Server.js

@@ -25,5 +25,5 @@ "use strict";

}
this.app.use(this.config.tokenCheckMiddleware);
// this.app.use(this.config.tokenCheckMiddleware)
for (const router of this.config.routesWithToken) {
this.app.use(router);
this.app.use(this.config.tokenCheckMiddleware, router);
}

@@ -30,0 +30,0 @@ this.app.use("/docs", swagger_ui_express_1.default.serve, swagger_ui_express_1.default.setup(Controller_1.Controller.openApi));

{
"name": "c2-http",
"version": "1.0.30",
"version": "1.0.31",
"description": "Biblioteca Typescript para API NodeJS",

@@ -5,0 +5,0 @@ "repository": "https://cabralsilva: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@github.com/cabralsilva/c2-http.git",

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