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

@compas/insight

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compas/insight - npm Package Compare versions

Comparing version 0.0.115 to 0.0.116

4

package.json
{
"name": "@compas/insight",
"version": "0.0.115",
"version": "0.0.116",
"description": "Simple logger in NDJSON format",

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

},
"gitHead": "2bb525228f13305555f6dfd8de6d6e07013f149c"
"gitHead": "240f978002efe57c446650a5de9213961e2c06cb"
}

@@ -46,3 +46,3 @@ import { newLogger } from "@compas/insight";

* @param {string} name
* @returns {void}
* @returns {undefined}
*/

@@ -66,3 +66,3 @@ export function eventStart(event, name) {

* @param {string} name
* @returns {void}
* @returns {undefined}
*/

@@ -80,3 +80,3 @@ export function eventRename(event, name) {

* @param {Event} event
* @returns {void}
* @returns {undefined}
*/

@@ -83,0 +83,0 @@ export function eventStop(event) {

@@ -9,3 +9,3 @@ import { inspect } from "util";

* @param {*} message
* @returns {void}
* @returns {undefined}
*/

@@ -26,3 +26,3 @@ export function writeNDJSON(stream, level, timestamp, context, message) {

* @param {*} message
* @returns {void}
* @returns {undefined}
*/

@@ -29,0 +29,0 @@ export function writePretty(stream, level, timestamp, context, message) {

@@ -36,3 +36,3 @@ const sizes = ["Bytes", "KiB", "MiB", "GiB", "TiB", "PiB"];

* @param {Logger} logger
* @returns {void}
* @returns {undefined}
*/

@@ -39,0 +39,0 @@ export function printProcessMemoryUsage(logger) {

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