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

arrow-express

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arrow-express - npm Package Compare versions

Comparing version 2.1.7 to 2.1.8

2

dist/controller/controller.d.ts

@@ -28,3 +28,3 @@ import { RouteConfigurator } from "../route/route";

*/
registerRoutes(...routes: RouteConfigurator<C, any>[]): this;
registerRoutes(...routes: RouteConfigurator<GetFinalControllerContext<C, R>, any>[]): this;
/**

@@ -31,0 +31,0 @@ * Register controller prefix which will be used by all routes

@@ -46,3 +46,3 @@ import { RouteConfigurator } from "../route/route";

*/
registerRoutes(...routes: RouteConfigurator<C, any>[]): this {
registerRoutes(...routes: RouteConfigurator<GetFinalControllerContext<C, R>, any>[]): this {
routes.forEach(this.registerRoute.bind(this));

@@ -49,0 +49,0 @@ return this;

{
"name": "arrow-express",
"version": "2.1.7",
"version": "2.1.8",
"description": "Library to bootstrap express applications with zero configuration",

@@ -5,0 +5,0 @@ "main": "dist/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