New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@join-com/gcloud-logger

Package Overview
Dependencies
Maintainers
11
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@join-com/gcloud-logger - npm Package Compare versions

Comparing version 0.1.14 to 0.1.17

6

lib/Logger.js

@@ -157,4 +157,8 @@ "use strict";

}
const keys = Object.keys(obj);
if (keys.length === 0) {
return obj;
}
const newObj = {};
Object.keys(obj).forEach(key => {
keys.forEach(key => {
const val = replaceCircular(obj[key], alreadySeen);

@@ -161,0 +165,0 @@ newObj[key] = val;

4

package.json
{
"name": "@join-com/gcloud-logger",
"version": "0.1.14",
"version": "0.1.17",
"description": "gcloud simple logger",

@@ -41,3 +41,3 @@ "main": "./lib/index.js",

},
"gitHead": "5fa3f93044e813c612df92d48fc7cab10976ecfa"
"gitHead": "20eec02e948019ef37d76e79076b0c33cfc950d7"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc