Comparing version 3.0.0-rc.0 to 3.0.0-rc.1
{ | ||
"name": "awilix", | ||
"version": "3.0.0-rc.0", | ||
"description": | ||
"Simple dependency injection container + helper utilities to facilitate wiring of modules", | ||
"version": "3.0.0-rc.1", | ||
"description": "Simple dependency injection container + helper utilities to facilitate wiring of modules", | ||
"main": "lib/awilix.js", | ||
@@ -16,11 +15,13 @@ "typings": "lib/awilix.d.ts", | ||
"test-watch": "npm run test -- --watch --reporter nyan", | ||
"lint": | ||
"npm run check && tslint --project tsconfig.json --fix \"{src,examples}/**/*.ts\" && prettier --write \"{src,examples}/**/*.{ts,js}\"", | ||
"lint": "npm run check && tslint --project tsconfig.json --fix \"{src,examples}/**/*.ts\" && prettier --write \"{src,examples}/**/*.{ts,js}\"", | ||
"precommit": "lint-staged && npm test", | ||
"cover": "npm run test -- --coverage", | ||
"coveralls": | ||
"npm run cover && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", | ||
"coveralls": "npm run cover && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", | ||
"do-publish": "npm run lint && npm run cover && npm publish" | ||
}, | ||
"files": ["lib", "LICENSE.md", "README.md"], | ||
"files": [ | ||
"lib", | ||
"LICENSE.md", | ||
"README.md" | ||
], | ||
"repository": { | ||
@@ -81,4 +82,11 @@ "type": "git", | ||
"testEnvironment": "node", | ||
"coveragePathIgnorePatterns": ["/node_modules/", "__tests__"], | ||
"moduleFileExtensions": ["ts", "tsx", "js"], | ||
"coveragePathIgnorePatterns": [ | ||
"/node_modules/", | ||
"__tests__" | ||
], | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js" | ||
], | ||
"transform": { | ||
@@ -85,0 +93,0 @@ "^.+\\.(j|t)sx?$": "<rootDir>/node_modules/ts-jest/preprocessor.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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
0
44493
4
0
2