New:Socket for Asana Is Now Available.Learn more
Get Started

google-logging-utils

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-logging-utils - npm Package Compare versions

Comparing version
1.1.4
to
1.2.0
+6
-6
package.json
{
"name": "google-logging-utils",
"version": "1.1.4",
"version": "1.2.0",
"description": "A debug logger package for other Google libraries",

@@ -27,4 +27,4 @@ "main": "build/src/index.js",

"type": "git",
"directory": "dev-packages/logging-utils",
"url": "https://github.com/googleapis/google-cloud-node-core.git"
"directory": "core/packages/logging-utils",
"url": "https://github.com/googleapis/google-cloud-node.git"
},

@@ -42,8 +42,8 @@ "devDependencies": {

"bugs": {
"url": "https://github.com/googleapis/google-cloud-node-core/issues"
"url": "https://github.com/googleapis/google-cloud-node/issues"
},
"homepage": "https://github.com/googleapis/google-cloud-node-core/tree/main/dev-packages/logging-utils",
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/core/packages/logging-utils",
"engines": {
"node": ">=14"
"node": ">=18"
}
}