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 2.0.7 to 3.0.0

8

dist/index.js

@@ -38,4 +38,4 @@ "use strict";

name: error.name,
message: error.message
}
message: error.message,
},
};

@@ -101,7 +101,7 @@ if (error.stack)

timestamp: (new Date()).toISOString(),
version: this.version
version: this.version,
};
const logEvent = {
...additionalKeys,
...standardLogEvent
...standardLogEvent,
};

@@ -108,0 +108,0 @@ return this.pretty

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

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

},
"gitHead": "edd391152ad6ef7cca6bc0eef17f622a26b4eeda"
"gitHead": "d0abebc313a6622c255094b619ece161e8ef9c09"
}
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