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

inversify-express-utils

Package Overview
Dependencies
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inversify-express-utils - npm Package Compare versions

Comparing version 6.4.8 to 6.4.9

11

CHANGELOG.md

@@ -16,2 +16,7 @@ # Changelog

## [6.4.9]
### Fixed
- Fixed wrong emited typescript delclaration files (#1668).
## [6.4.8]

@@ -21,3 +26,3 @@

- Fixed can't set headers after they are sent (#255 / #412)
- Fixed can't set headers after they are sent (#255 / #412).

@@ -36,6 +41,6 @@ ## [6.4.7]

- Update dependencies (`minimist`, `json5`, `@babel/traverse`, `tough-cookie`, `ansi-regex`, `cookiejar`, `express`, `decode-uri-component`)
- Update dependencies (`minimist`, `json5`, `@babel/traverse`, `tough-cookie`, `ansi-regex`, `cookiejar`, `express`, `decode-uri-component`).
### Fixed
- Change JsonContent to return object rather than string (#379 / #378)
- Change JsonContent to return object rather than string (#379 / #378).
import { PARAMETER_TYPE, HTTP_VERBS_ENUM } from './constants';
import type { DecoratorTarget, Middleware, HandlerDecorator } from './interfaces';
export declare const injectHttpContext: (target: import("inversify/lib/annotation/decorator_utils").DecoratorTarget, targetKey?: string | symbol, indexOrPropertyDescriptor?: number | TypedPropertyDescriptor<unknown> | undefined) => void;
export declare const injectHttpContext: <T = unknown>(target: DecoratorTarget, targetKey?: string | symbol, indexOrPropertyDescriptor?: number | TypedPropertyDescriptor<T>) => void;
export declare function withMiddleware(...middleware: Middleware[]): (target: DecoratorTarget | NewableFunction, methodName?: string) => void;

@@ -5,0 +5,0 @@ export declare function controller(path: string, ...middleware: Middleware[]): (target: NewableFunction) => void;

{
"name": "inversify-express-utils",
"version": "6.4.8",
"version": "6.4.9",
"author": "Cody Simms",

@@ -5,0 +5,0 @@ "description": "Some utilities for the development of express applications with Inversify",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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