Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "diy-log", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Log things, prefixed with a symbols or timestamp.", | ||
"main": "lib/index.js", | ||
"keywords": [ | ||
"log", | ||
"logger", | ||
"console", | ||
"console.log", | ||
"timestamp", | ||
"print", | ||
"symbols", | ||
"log symbols" | ||
], | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"files": ["dist"], | ||
"engines": { | ||
@@ -10,8 +22,4 @@ "node": ">=10" | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"demo": "node ./example" | ||
"build": "tsc" | ||
}, | ||
"directories": { | ||
"lib": "lib" | ||
}, | ||
"repository": { | ||
@@ -21,11 +29,3 @@ "type": "git", | ||
}, | ||
"keywords": [ | ||
"log", | ||
"logger", | ||
"timestamp", | ||
"print", | ||
"console", | ||
"symbols" | ||
], | ||
"author": "lmq <mengqing723@gmail.com>", | ||
"author": "Mervin <mengqing723@gmail.com>", | ||
"license": "MIT", | ||
@@ -37,5 +37,10 @@ "bugs": { | ||
"dependencies": { | ||
"chalk": "^2.4.1", | ||
"is-unicode-supported": "^1.3.0", | ||
"picocolors": "^1.0.0", | ||
"time-stamp": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.7.18", | ||
"typescript": "^4.8.3" | ||
} | ||
} |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances 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
3939
70
0
0
3
2
+ Addedis-unicode-supported@^1.3.0
+ Addedpicocolors@^1.0.0
+ Addedis-unicode-supported@1.3.0(transitive)
+ Addedpicocolors@1.1.1(transitive)
- Removedchalk@^2.4.1
- Removedansi-styles@3.2.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedsupports-color@5.5.0(transitive)