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 2.0.2 to 2.0.3

1

dist/types.d.ts

@@ -16,2 +16,3 @@ declare type AbstractConstructor<T = any> = abstract new (...args: any[]) => T;

};
with: (...injectionParams: any[]) => void;
};

@@ -18,0 +19,0 @@ registerInstance: <TInstance extends Object>(instance: TInstance) => {

2

package.json
{
"name": "cheap-di",
"version": "2.0.2",
"version": "2.0.3",
"description": "JavaScript dependency injection like Autofac in .Net",

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

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