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.0.3 to 4.1.0-rc-1

CHANGELOG.md

51

package.json
{
"name": "cheap-di-react",
"version": "4.0.3",
"description": "",
"version": "4.1.0-rc-1",
"description": "Dependency injection based on cheap-di for using in React components with React Context",
"scripts": {
"build": "tsc",
"test": "jest src"
"compile": "tsc --build tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json",
"prepare-package-json": "ts-node scripts/prepare-package-json.ts",
"build:clean": "rimraf -rf ./dist",
"build": "npm-run-all build:clean compile prepare-package-json"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0",
"@types/jest": "28.1.1",
"@types/react": "18.0.12",
"cheap-di": "3.4.4",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"ts-jest": "28.0.5",
"tslib": "2.4.0",
"typescript": "4.7.3"
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.1.2",
"@types/jest": "29.5.10",
"@types/react": "18.2.38",
"cheap-di": "4.0.0-rc-5",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2"
},
"peerDependencies": {
"cheap-di": ">= 3.4.2",
"react": ">= 17.0.2",
"react-dom": ">= 17.0.2"
"cheap-di": ">= 4.0.0",
"react": ">= 18.2.0",
"react-dom": ">= 18.2.0"
},
"files": [
"dist/**/*"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/TomasLight/cheap-di-react.git"
"url": "git+https://github.com/tomas-light/cheap-di.git"
},
"author": "TomasLight",
"license": "MIT",
"homepage": "https://github.com/TomasLight/cheap-di-react#readme",
"homepage": "https://github.com/tomas-light/cheap-di/tree/release/4.0.0/packages/cheap-di-react#readme",
"keywords": [

@@ -47,4 +43,3 @@ "dependency",

"instance type"
],
"packageManager": "yarn@3.2.1"
]
}
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