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

inversify-express-utils

Package Overview
Dependencies
Maintainers
1
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 4.2.1 to 4.2.2

2

dts/base_http_controller.d.ts

@@ -1,4 +0,4 @@

import { interfaces } from "../src/interfaces";
import { interfaces } from "./interfaces";
export declare class BaseHttpController {
protected httpContext: interfaces.HttpContext;
}

@@ -10,4 +10,4 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

};
import { httpContext } from "../src/decorators";
import { injectable } from "inversify";
import { httpContext } from "./decorators";
var BaseHttpController = /** @class */ (function () {

@@ -14,0 +14,0 @@ function BaseHttpController() {

@@ -12,4 +12,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var decorators_1 = require("../src/decorators");
var inversify_1 = require("inversify");
var decorators_1 = require("./decorators");
var BaseHttpController = /** @class */ (function () {

@@ -16,0 +16,0 @@ function BaseHttpController() {

{
"name": "inversify-express-utils",
"version": "4.2.1",
"version": "4.2.2",
"description": "Some utilities for the development of express applications with Inversify",

@@ -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