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.14 to 1.0.15

4

dist/model/Server.d.ts

@@ -1,5 +0,5 @@

import express, { Router } from "express";
import express, { NextFunction, Router } from "express";
export interface IServerConfig {
globalMiddleware: (app: express.Application) => void;
tokenCheckMiddleware: (app: express.Application) => void;
tokenCheckMiddleware: (request: Request, response: Response, next: NextFunction) => void;
routesWithToken: Router[];

@@ -6,0 +6,0 @@ routes: Router[];

{
"name": "c2-http",
"version": "1.0.14",
"version": "1.0.15",
"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