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.36 to 0.0.37

6

bundles/core/annotations.d.ts

@@ -29,10 +29,10 @@ import { Injector } from './injector';

export interface PropertyDecoratorContextCallback {
(instance: any, propertyName: string | Symbol, injector: Injector): void;
(instance: any, propertyName: string | symbol, injector: Injector): void;
}
export interface PropertyAnnotation {
propertyKey: string | Symbol;
propertyKey: string | symbol;
contextCallback: PropertyDecoratorContextCallback;
}
export interface MethodAnnotation {
methodName: string | Symbol;
methodName: string | symbol;
params: any[];

@@ -39,0 +39,0 @@ }

@@ -0,0 +0,0 @@ export class Annotations {

@@ -0,0 +0,0 @@ import { Annotations, ClassDecoratorContextCallback, ParamDecoratorConfig, PropertyDecoratorContextCallback } from './annotations';

@@ -0,0 +0,0 @@ import { Annotations } from './annotations';

@@ -0,0 +0,0 @@ export declare class ForwardRef<T = any> {

@@ -0,0 +0,0 @@ export class ForwardRef {

@@ -0,0 +0,0 @@ export interface Injectable {

@@ -0,0 +0,0 @@ import { makeClassDecorator } from './decorators';

@@ -0,0 +0,0 @@ export declare class InjectionToken<T> {

@@ -0,0 +0,0 @@ export class InjectionToken {

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

@@ -0,0 +0,0 @@ export var InjectFlags;

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

@@ -0,0 +0,0 @@ import { makeParamDecorator, makePropertyDecorator } from './decorators';

@@ -0,0 +0,0 @@ import { Injector } from './injector';

@@ -0,0 +0,0 @@ import { makeInjectError } from './utils/_api';

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

@@ -0,0 +0,0 @@ import { Provider } from './provider';

@@ -0,0 +0,0 @@ import { InjectFlags, Injector } from './injector';

@@ -0,0 +0,0 @@ import { Provider } from './provider';

@@ -0,0 +0,0 @@ import { InjectFlags } from './injector';

@@ -0,0 +0,0 @@ export declare const Type: FunctionConstructor;

export const Type = Function;
export * from './inject-error';
export * from './stringify';
export * from './inject-error';
export * from './stringify';
export declare function makeInjectError(name: string): (token: any) => Error;

@@ -0,0 +0,0 @@ import { stringify } from './stringify';

export declare function stringify(token: any): string;

@@ -0,0 +0,0 @@ export function stringify(token) {

@@ -0,0 +0,0 @@ export * from './core/utils/_api';

@@ -0,0 +0,0 @@ export * from './core/utils/_api';

{
"name": "@tanbo/di",
"version": "0.0.36",
"version": "0.0.37",
"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