@opengeekslab_llc/nest-custom-logger
Advanced tools
Comparing version 0.1.2 to 0.2.0
{ | ||
"name": "@opengeekslab_llc/nest-custom-logger", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Logger that throw to output json logs", | ||
"main": "index.ts", | ||
"main": "src/index.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "rm -rf dist && tsc -p tsconfig.build.json", | ||
"clean": "tsc --build --clean" | ||
}, | ||
@@ -21,8 +25,18 @@ "repository": { | ||
"@nestjs/common": "^7.6.17", | ||
"lodash": "^4.17.21" | ||
"lodash": "^4.17.21", | ||
"rxjs": "^6.4.0" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "^4.14.169", | ||
"@types/node": "^15.3.0" | ||
} | ||
"@types/node": "^15.3.0", | ||
"@typescript-eslint/eslint-plugin": "^4.24.0", | ||
"eslint": "^7.26.0", | ||
"eslint-config-airbnb": "^18.2.1" | ||
}, | ||
"keywords": [ | ||
"nest", | ||
"logger", | ||
"ts", | ||
"aws" | ||
] | ||
} |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
14
1
4548
3
5
72
1
+ Addedrxjs@^6.4.0