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

@deepkit/injector

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deepkit/injector - npm Package Compare versions

Comparing version 1.0.1-alpha.39 to 1.0.1-alpha.40

5

dist/cjs/src/injector.d.ts

@@ -49,2 +49,7 @@ import { ClassSchema, ExtractClassDefinition, PlainSchemaProps, PropertySchema } from '@deepkit/type';

}
export declare type InjectOptions = {
token: any | ForwardRef<any>;
optional: boolean;
root: boolean;
};
declare type ForwardRef<T> = () => T;

@@ -51,0 +56,0 @@ export declare function inject(token?: any | ForwardRef<any>): InjectDecorator;

@@ -49,2 +49,7 @@ import { ClassSchema, ExtractClassDefinition, PlainSchemaProps, PropertySchema } from '@deepkit/type';

}
export declare type InjectOptions = {
token: any | ForwardRef<any>;
optional: boolean;
root: boolean;
};
declare type ForwardRef<T> = () => T;

@@ -51,0 +56,0 @@ export declare function inject(token?: any | ForwardRef<any>): InjectDecorator;

6

package.json
{
"name": "@deepkit/injector",
"version": "1.0.1-alpha.39",
"version": "1.0.1-alpha.40",
"description": "Deepkit Dependency Injection",

@@ -31,3 +31,3 @@ "type": "commonjs",

"@deepkit/core": "^1.0.1-alpha.39",
"@deepkit/type": "^1.0.1-alpha.39",
"@deepkit/type": "^1.0.1-alpha.40",
"reflect-metadata": "^0.1.13"

@@ -43,3 +43,3 @@ },

},
"gitHead": "21b4849669752cc18aa13094594a08f240042e69"
"gitHead": "ec8b31395e0dbd76a550872dd3f510f0c75bfbf6"
}

@@ -129,3 +129,3 @@ /*

type InjectOptions = {
export type InjectOptions = {
token: any | ForwardRef<any>;

@@ -132,0 +132,0 @@ optional: boolean;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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