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

inversify-hapi-decorators

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inversify-hapi-decorators - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

3

dts/interfaces.d.ts
import * as hapi from "hapi";
import { interfaces as inversifyInterfaces } from "inversify";
export declare namespace interfaces {
declare namespace interfaces {
type Middleware = (inversifyInterfaces.ServiceIdentifier<any> | hapi.RouteHandler);

@@ -36,1 +36,2 @@ interface ControllerMetadata {

}
export { interfaces };
{
"name": "inversify-hapi-decorators",
"version": "0.0.3",
"version": "0.0.4",
"description": "Some utilities for the development of hapijs rest applications with Inversify",

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

import * as hapi from "hapi";
import { interfaces as inversifyInterfaces } from "inversify";
export namespace interfaces {
namespace interfaces {

@@ -39,1 +39,3 @@ export type Middleware = (inversifyInterfaces.ServiceIdentifier<any> | hapi.RouteHandler);

}
export { interfaces };
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