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.15 to 0.0.16

5

di-ts.d.ts
/// <reference path="index.d.ts"/>
/// <reference path="di.d.ts" />

@@ -7,4 +7,7 @@ declare module "di-ts" {

export var Injector: typeof di.Injector;
export function Inject(classFunc: any): void;
export function Provide(targetClassFunc: any): (classFunc: any) => void;
}

2

package.json
{
"name": "di-ts",
"version": "0.0.15",
"version": "0.0.16",
"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