🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@vtrbo/utils-log

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtrbo/utils-log - npm Package Compare versions

Comparing version
0.4.0-beta.4
to
0.4.0-beta.5
+10
-5
package.json
{
"name": "@vtrbo/utils-log",
"type": "module",
"version": "0.4.0-beta.4",
"version": "0.4.0-beta.5",
"description": "Collection of common JavaScript or TypeScript utils.",

@@ -19,2 +19,3 @@ "author": {

"react",
"svelte",
"vite"

@@ -42,13 +43,17 @@ ],

"README.md",
"index.cjs",
"index.d.cts",
"index.d.ts",
"index.cjs",
"index.js"
],
"devDependencies": {
"ansi-colors": "^4.1.3"
"dependencies": {
"ansi-colors": "^4.1.3",
"@vtrbo/utils-tool": "0.4.0-beta.5"
},
"scripts": {
"build": "tsup"
"build": "tsup",
"clean": "pnpm clean:dist && pnpm clean:deps",
"clean:dist": "rimraf dist",
"clean:deps": "rimraf node_modules"
}
}