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.133 to 0.0.134

6

package.json
{
"name": "@compas/cli",
"version": "0.0.133",
"version": "0.0.134",
"description": "CLI containing utilities and simple script runner",

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

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

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

},
"gitHead": "44a7cf7b76fb0c1f572adcda9565b3dd8f324058"
"gitHead": "64810914b304fdf3466b64b40a001ee481c47980"
}

@@ -32,2 +32,4 @@ import { mainFn, spawn, environment } from "@compas/stdlib";

...prettierCommand,
"--ignore-unknown",
"--no-error-on-unmatched-pattern",
".",

@@ -34,0 +36,0 @@ ]);

@@ -40,8 +40,4 @@ import { environment, exec, spawn } from "@compas/stdlib";

const {
knownContainers,
exitCode,
stdout,
stderr,
} = await getKnownContainers();
const { knownContainers, exitCode, stdout, stderr } =
await getKnownContainers();
if (exitCode !== 0) {

@@ -48,0 +44,0 @@ logger.error(`Could not list containers.`);

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