@dxatscale/sfp-logger
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@dxatscale/sfp-logger", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "sfp logger library", | ||
"main": "index.js", | ||
"main": "lib/SFPLogger.js", | ||
"types": "lib/SFPLogger.d.ts", | ||
"files": [ | ||
"lib" | ||
], | ||
"scripts": { | ||
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"" | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rimraf ./lib && rimraf tsconfig.tsbuildinfo", | ||
"compile": "tsc -b tsconfig.json" | ||
}, | ||
@@ -14,3 +20,4 @@ "dependencies": { | ||
"devDependencies": { | ||
"@types/node": "^14.14.7" | ||
"@types/node": "^14.14.7", | ||
"typescript": "^4.7.4" | ||
}, | ||
@@ -17,0 +24,0 @@ "engines": { |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
11829
175
2
5
1
1