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

@compas/cli

Package Overview
Dependencies
Maintainers
1
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compas/cli - npm Package Compare versions

Comparing version 0.0.132 to 0.0.133

2

index.d.ts

@@ -1,2 +0,2 @@

import { InsightEvent, Logger } from "@compas/insight";
import { InsightEvent, Logger } from "@compas/stdlib";

@@ -3,0 +3,0 @@ /**

{
"name": "@compas/cli",
"version": "0.0.132",
"version": "0.0.133",
"description": "CLI containing utilities and simple script runner",

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

"dependencies": {
"@compas/insight": "0.0.132",
"@compas/stdlib": "0.0.132",
"@compas/stdlib": "0.0.133",
"c8": "7.7.2",

@@ -58,3 +57,3 @@ "chokidar": "3.5.1",

},
"gitHead": "049d95d965630ecf2d38c69df0e375a27f058ee3"
"gitHead": "44a7cf7b76fb0c1f572adcda9565b3dd8f324058"
}

@@ -51,10 +51,2 @@ # @compas/cli

**@compas/insight**:
- A structured logger
- Writing newline delimited JSON in production
- Pretty printing for development
- Various utilities to get insight in the running process
- A manual event system
**@compas/stdlib**:

@@ -67,2 +59,7 @@

- Replacements for CommonJS `__dirname` and `__filename`
- A structured logger
- Writing newline delimited JSON in production
- Pretty printing for development
- Various utilities to get insight in the running process
- A manual event system

@@ -69,0 +66,0 @@ **@compas/server**:

@@ -10,3 +10,2 @@ {

"dependencies": {
"@compas/insight": "{{version}}",
"@compas/server": "{{version}}",

@@ -13,0 +12,0 @@ "@compas/stdlib": "{{version}}",

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