cheap-di-react
Advanced tools
Comparing version 4.1.3-dev.1 to 4.1.3-dev.2
{ | ||
"name": "cheap-di-react", | ||
"version": "4.1.3-dev.1", | ||
"version": "4.1.3-dev.2", | ||
"description": "Dependency injection based on cheap-di for using in React components with React Context", | ||
"type": "module", | ||
"scripts": { | ||
"compile": "tsc --build tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json", | ||
"prepare-package-json": "cross-env NODE_OPTIONS=\"--loader ts-node/esm --disable-warning ExperimentalWarning\" ts-node scripts/prepare-package-json.ts", | ||
"build:clean": "rimraf -rf ./dist", | ||
"build": "npm-run-all build:clean compile prepare-package-json" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20", | ||
"@types/react": "^18.2.38", | ||
"cheap-di": "4.1.2-dev.1", | ||
"cross-env": "^7.0.3", | ||
"npm-run-all": "^4", | ||
"react": "^18.2.0", | ||
"rimraf": "^5", | ||
"ts-node": "^10", | ||
"typescript": "^5" | ||
}, | ||
"peerDependencies": { | ||
@@ -42,19 +25,14 @@ "cheap-di": ">= 4.1.2", | ||
], | ||
"main": "./src/index.ts", | ||
"types": "./src/index.ts", | ||
"build-instructions": { | ||
"name": "cheap-di-react", | ||
"files": [ | ||
"cjs/**/*", | ||
"esm/**/*", | ||
"types/**/*", | ||
"package.json", | ||
"CHANGELOG.md", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"main": "./cjs/index.js", | ||
"module": "./esm/index.js", | ||
"types": "./types/index.d.ts" | ||
} | ||
} | ||
"main": "./cjs/index.js", | ||
"types": "./types/index.d.ts", | ||
"files": [ | ||
"cjs/**/*", | ||
"esm/**/*", | ||
"types/**/*", | ||
"package.json", | ||
"CHANGELOG.md", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"module": "./esm/index.js" | ||
} |
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
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
74595
0
55
665