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

@travetto/di

Package Overview
Dependencies
Maintainers
1
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/di - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

2

package.json

@@ -22,3 +22,3 @@ {

},
"version": "0.0.11"
"version": "0.0.12"
}

@@ -58,4 +58,4 @@ import { InjectableConfig, Dependency } from '../types';

export function InjectableFactory(config: InjectableFactoryConfig<any>): MethodDecorator;
export function InjectableFactory(symbol: symbol, config?: InjectableFactoryConfig<any>): MethodDecorator;
export function InjectableFactory(config?: InjectableFactoryConfig<any>): MethodDecorator;
export function InjectableFactory(...args: any[]): MethodDecorator {

@@ -62,0 +62,0 @@

@@ -83,3 +83,3 @@ import { DependencyRegistry } from '../src/service';

assert(inst.age === 11);
assert(inst.age === 11)

@@ -86,0 +86,0 @@ //assert(inst.db.dbConfig === undefined);

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