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

decopress

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decopress - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

1

lib/index.d.ts

@@ -6,1 +6,2 @@ export * from "./decorators/routeDecorators";

export { default as setRoutes } from "./utils/setRoutes";
export { Method, Route, RoutesConfig, RoutesConfigClass } from "./utils/getRoutesConfig";

2

lib/utils/setRoutes.d.ts

@@ -7,3 +7,3 @@ import { RequestHandler, Router } from "express";

}
declare const setRoutes: (controller: RoutesConfigClass, router: IRouter) => void;
declare const setRoutes: (controller: any, router: IRouter) => void;
export default setRoutes;
{
"name": "decopress",
"version": "1.0.3",
"version": "1.0.4",
"description": "ExpressJS with TypeScript Decorators",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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