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

hekdi

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hekdi - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

11

index.d.ts

@@ -38,9 +38,4 @@ import Application from "@types/koa"

declare module "hekdi" {
const exp = {
koaDI: (bootstrapModule: Module | ModuleConfig, app: Application, router?: Router) => undefined,
createModule: Module.createModule,
DI: DI
};
export = exp;
}
export function koaDI(bootstrapModule: Module | ModuleConfig, app: Application, router?: Router): undefined
export function createModule(config: ModuleConfig): Module
export function DI(): DI
{
"name": "hekdi",
"version": "1.5.2",
"version": "1.5.3",
"description": "Depedency injection framework for node integrated with koa.js",

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