timer-logs
Advanced tools
Comparing version 1.7.4 to 1.7.5
{ | ||
"name": "timer-logs", | ||
"version": "1.7.4", | ||
"version": "1.7.5", | ||
"files": [ | ||
"dist" | ||
], | ||
"devDependencies": { | ||
"@types/node": "^15.00.0", | ||
"prettier": "^2.3.2" | ||
"prettier": "^2.3.2", | ||
"typescript": "^4.5.5" | ||
}, | ||
@@ -14,3 +18,3 @@ "author": { | ||
"license": "MIT", | ||
"types": "./Timer.d.ts", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
@@ -20,2 +24,3 @@ "build": "tsc --removeComments && tsc --declaration --emitDeclarationOnly", | ||
}, | ||
"type": "commonjs", | ||
"keywords": [ | ||
@@ -37,4 +42,7 @@ "nodejs", | ||
"description": "Nodejs logging library to time function execution", | ||
"main": "index.js", | ||
"readme": "README.md" | ||
"main": "dist/index.js", | ||
"readme": "README.md", | ||
"dependencies": { | ||
"string-width": "^5.1.0" | ||
} | ||
} |
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
42424
1
3
34
941
1
+ Addedstring-width@^5.1.0
+ Addedansi-regex@6.1.0(transitive)
+ Addedeastasianwidth@0.2.0(transitive)
+ Addedemoji-regex@9.2.2(transitive)
+ Addedstring-width@5.1.2(transitive)
+ Addedstrip-ansi@7.1.0(transitive)