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

spaceman

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

spaceman - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

2

package.json
{
"name": "spaceman",
"version": "1.3.0",
"version": "1.4.0",
"description": "Manage monorepo workspaces with a prompt-based CLI",

@@ -5,0 +5,0 @@ "author": "Dave Stewart",

@@ -91,3 +91,3 @@ # Spaceman

```
spaceman run
spaceman install
```

@@ -120,3 +120,3 @@

```
Script - type to filter scripts
Script - type to filter scripts (use spaces for partial matching)
```

@@ -123,0 +123,0 @@

@@ -66,2 +66,6 @@ const Fs = require('fs')

limit: 10,
suggest (text, choices) {
const rx = new RegExp(text.replace(/\s+/g, '.*'))
return choices.filter(choice => rx.test(choice.name))
},
result (choice) {

@@ -68,0 +72,0 @@ return items.find(item => item.choice === choice)

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