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

di-ts

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

di-ts - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

4

di.d.ts

@@ -12,5 +12,3 @@

constructor(locals: any[], parent: Injector);
//can anybody solve this?? :)
//get<T, U extends IClassInterface<any>>(classFunc: U): T; //todo IClassInterface<T>
get(classFunc: any): any; //todo IClassInterface<T>
get<T>(classFunc: IClassInterface<T>): T;
}

@@ -17,0 +15,0 @@

{
"name": "di-ts",
"version": "0.0.12",
"version": "0.0.13",
"description": "Lightweight wrap and extension of angular/di.js for TypeScript.",

@@ -5,0 +5,0 @@ "main": "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