🚀 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.1-beta.1
to
0.4.1
+5
-12
package.json
{
"name": "@vtrbo/utils-log",
"type": "module",
"version": "0.4.1-beta.1",
"version": "0.4.1",
"description": "Collection of common JavaScript or TypeScript utils.",

@@ -29,12 +29,5 @@ "author": {

},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/index.d.ts"
]
}
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [

@@ -45,3 +38,3 @@ "dist"

"ansi-colors": "^4.1.3",
"@vtrbo/utils-tool": "0.4.1-beta.1"
"@vtrbo/utils-tool": "0.4.1"
},

@@ -48,0 +41,0 @@ "scripts": {