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

cheap-di-react

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cheap-di-react - npm Package Compare versions

Comparing version 4.1.0-rc-31 to 4.1.0-rc-32

16

package.json
{
"name": "cheap-di-react",
"version": "4.1.0-rc-31",
"version": "4.1.0-rc-32",
"description": "Dependency injection based on cheap-di for using in React components with React Context",

@@ -16,3 +16,3 @@ "scripts": {

"@types/react": "^18.2.38",
"cheap-di": "^4.0.0-rc-31",
"cheap-di": "^4.0.0-rc-32",
"react": "^18.2.0",

@@ -23,7 +23,7 @@ "react-dom": "^18.2.0",

"peerDependencies": {
"cheap-di": ">= 4.0.0-rc-31",
"cheap-di": ">= 4.0.0-rc-32",
"react": ">= 18.2.0",
"react-dom": ">= 18.2.0"
},
"files": ["dist/**/*", "package.json", "README.md"],
"files": ["dist/**/*", "package.json", "README.md", "LICENSE"],
"main": "./dist/cjs/index.js",

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

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

@@ -44,6 +44,6 @@ "dependency",

"dependency injection",
"di",
"cheap di",
"instance type"
"dependency injection react",
"react",
"cheap-di"
]
}
# cheap-di-react
Integration of cheap-di into React via React.context
## How to use
* [Installation](#installation)
* [How to use](#how-to-use)
## <a name="isntallation"></a> Installation
```shell
npm i cheap-di-react
```
## <a name="how-to-use"></a> How to use
There is simple logger.

@@ -7,0 +16,0 @@ ```ts

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