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

cheap-di

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cheap-di - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

dist/interfaces/constructor-params.d.ts

6

dist/container.d.ts

@@ -1,2 +0,4 @@

import { RegisteredInstanceType } from "./registered-instance-type";
import { Constructor } from "./interfaces/constructor";
import { ConstructorParams } from "./interfaces/constructor-params";
import { RegisteredInstanceType } from "./interfaces/registered-instance-type";
declare const container: {

@@ -11,4 +13,4 @@ registerType: (implementationType: RegisteredInstanceType) => {

};
resolve: (instanceType: InstanceType<any>, ...args: any[]) => any;
resolve: <TType extends Constructor & Partial<ConstructorParams> = any>(instanceType: TType, ...args: any[]) => TType;
};
export { container };
{
"name": "cheap-di",
"version": "0.1.1",
"version": "0.1.2",
"description": "JavaScript dependency injection like Autofac in .Net",

@@ -5,0 +5,0 @@ "scripts": {

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