Socket
Socket
Sign inDemoInstall

didi

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

didi - npm Package Compare versions

Comparing version 9.0.0 to 9.0.1

2

lib/index.d.ts

@@ -83,3 +83,3 @@ export type ValueType = 'value';

get<T>(name: string, strict?: boolean): T;
invoke<T>(func: (...args: unknown[]) => T, context: InjectionContext, locals: LocalsMap): T;
invoke<T>(func: (...args: any[]) => T, context?: InjectionContext, locals?: LocalsMap): T;
instantiate<T>(Type: T): T;

@@ -86,0 +86,0 @@ createChild(modules: ModuleDefinition[], forceNewInstances?: string[]): Injector;

{
"name": "didi",
"version": "9.0.0",
"version": "9.0.1",
"description": "Dependency Injection for JavaScript",

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