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

brocolito

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brocolito - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

12

dist/parse.d.ts
import { Command } from "./types";
export declare const findCommand: (commands: string[]) => [command: Command, args: string[]];
type FoundCommand = {
command: Command;
args: string[];
error?: undefined;
} | {
command?: Command;
error: string;
args?: undefined;
};
export declare const findCommand: (commands: string[]) => FoundCommand;
export declare const parse: (argv?: string[]) => Promise<unknown>;
export {};

2

package.json
{
"name": "brocolito",
"version": "2.3.1",
"version": "2.3.2",
"description": "Create type-safe CLIs to align local development and pipeline workflows",

@@ -5,0 +5,0 @@ "main": "dist/brocolito.cjs",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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