Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cumulus/logger

Package Overview
Dependencies
Maintainers
8
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cumulus/logger - npm Package Compare versions

Comparing version 1.18.0 to 1.19.0

10

index.js

@@ -155,8 +155,8 @@ /* eslint no-console: "off" */

const logEvent = Object.assign(
{},
additionalKeys,
standardLogEvent
);
const logEvent = {
...additionalKeys,
...standardLogEvent
};
const logEventString = pretty

@@ -163,0 +163,0 @@ ? JSON.stringify(logEvent, null, 2)

{
"name": "@cumulus/logger",
"version": "1.18.0",
"version": "1.19.0",
"description": "A log library for use on Cumulus",

@@ -40,3 +40,3 @@ "keywords": [

},
"gitHead": "f55107a043f48e9d54cfc7050f0dd4cc8c65f649"
"gitHead": "088fc8b860223da51bcd6290cdfcccceaa3328b3"
}
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