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

@tanbo/di

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanbo/di - npm Package Compare versions

Comparing version 0.0.2 to 0.0.4

bundles/core/injection-token.d.ts

2

bundles/core/injectable.d.ts
export interface Injectable {
}
export interface InjectableDecorator {
(): any;
(): ClassDecorator;
new (): Injectable;
}
export declare const Injectable: InjectableDecorator;

@@ -6,3 +6,3 @@ import { Type } from './type';

export interface InjectDecorator {
(token: any): any;
(token: any): ParameterDecorator;
new (token: any): Inject;

@@ -14,3 +14,3 @@ }

export interface SelfDecorator {
(): any;
(): ParameterDecorator;
new (): Self;

@@ -22,3 +22,3 @@ }

export interface SkipSelfDecorator {
(): any;
(): ParameterDecorator;
new (): SkipSelf;

@@ -30,3 +30,3 @@ }

export interface OptionalDecorator {
(): any;
(): ParameterDecorator;
new (): Optional;

@@ -33,0 +33,0 @@ }

@@ -5,2 +5,3 @@ export * from './core/utils/_api';

export * from './core/injectable';
export * from './core/injection-token';
export * from './core/injector';

@@ -7,0 +8,0 @@ export * from './core/metadata';

@@ -5,2 +5,3 @@ export * from './core/utils/_api';

export * from './core/injectable';
export * from './core/injection-token';
export * from './core/injector';

@@ -7,0 +8,0 @@ export * from './core/metadata';

{
"name": "@tanbo/di",
"version": "0.0.2",
"version": "0.0.4",
"description": "A dependency injection Library",

@@ -5,0 +5,0 @@ "main": "./bundles/public-api.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