cheap-di-react
Advanced tools
Comparing version 4.0.3 to 4.1.0-rc-1
{ | ||
"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" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8
16455
19
316
2