Socket
Socket
Sign inDemoInstall

@compas/cli

Package Overview
Dependencies
109
Maintainers
1
Versions
179
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.6 to 0.11.0

4

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

@@ -31,3 +31,3 @@ "exports": {

"dependencies": {
"@compas/stdlib": "0.10.6",
"@compas/stdlib": "0.11.0",
"c8": "9.1.0",

@@ -34,0 +34,0 @@ "chokidar": "3.6.0",

@@ -27,3 +27,7 @@ import {

if (!file.endsWith(".test.js")) {
if (
!file.endsWith(".test.js") &&
!file.endsWith(".test.mjs") &&
!file.endsWith(".test.cjs")
) {
return;

@@ -30,0 +34,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc