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.109 to 0.0.110

4

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

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

},
"gitHead": "9f9183bd35de467eb134a6b45256de05edb39573"
"gitHead": "c5c836870d2be6c9b55f421eb64035a176fa70d1"
}

@@ -10,2 +10,3 @@ import { writeNDJSON, writePretty } from "./writer.js";

export function newLogger(options) {
// Make a copy of of env, process.env fetching is slow
if (environment === undefined) {

@@ -29,2 +30,3 @@ environment = JSON.parse(JSON.stringify(process.env));

}
// Stringify context once
context = JSON.stringify(context);

@@ -31,0 +33,0 @@ }

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