New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.105 to 0.0.106

4

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

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

},
"gitHead": "6ab87bab8ca01fd9a83d105d5bca7eca87e5c931"
"gitHead": "c567f9d3f31a2e19a7cc88f0ea4d19a4e290b597"
}

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

const isProduction =
options?.pretty === false || environment.NODE_ENV === "production";
options?.pretty === false || environment.NODE_ENV !== "development";
const stream = options?.stream ?? process.stdout;

@@ -19,0 +19,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