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
26
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 1.3.0-alpha.2 to 1.3.0-alpha.3

6

dist/Logger.js

@@ -181,2 +181,8 @@ "use strict";

alreadySeen.add(obj);
if (typeof obj.pipe === 'function') {
return '[object Stream]';
}
if (Buffer.isBuffer(obj)) {
return '[object Buffer]';
}
if (Array.isArray(obj)) {

@@ -183,0 +189,0 @@ return obj.map(item => replaceCircular(item, alreadySeen));

2

package.json
{
"name": "@join-com/gcloud-logger",
"version": "1.3.0-alpha.2",
"version": "1.3.0-alpha.3",
"description": "gcloud simple logger",

@@ -5,0 +5,0 @@ "author": "JOIN Solutions",

Sorry, the diff of this file is not supported yet

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