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 4.0.0-rc-31 to 4.0.0-rc-32

10

package.json
{
"name": "cheap-di",
"description": "TypeScript dependency injection like Autofac in .Net",
"version": "4.0.0-rc-31",
"version": "4.0.0-rc-32",
"scripts": {

@@ -22,3 +22,3 @@ "compile": "tsc --build tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json",

},
"files": ["dist/**/*", ",package.json", "README.md"],
"files": ["dist/**/*", "package.json", "README.md", "LICENSE"],
"main": "./dist/cjs/index.js",

@@ -33,3 +33,3 @@ "module": "./dist/esm/index.js",

"license": "MIT",
"homepage": "https://github.com/tomas-light/cheap-di#readme",
"homepage": "https://github.com/tomas-light/cheap-di/tree/master/packages/cheap-di#readme",
"keywords": [

@@ -39,6 +39,4 @@ "dependency",

"dependency injection",
"di",
"cheap di",
"instance type"
"cheap di"
]
}

@@ -5,2 +5,3 @@ # cheap-di

* [Installation](#installation)
* [How to use](#how-to-use)

@@ -11,2 +12,8 @@ * [Registration variants](#registration-variants)

## <a name="isntallation"></a> Installation
```shell
npm i cheap-di
```
## <a name="how-to-use"></a> How to use

@@ -13,0 +20,0 @@

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