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

@w3f/cmd

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@w3f/cmd - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

4

dist/cmd.d.ts
import { Logger } from '@w3f/logger';
import { CmdOptions } from './types';
export declare class Cmd {
import { CmdOptions, CmdManager } from './types';
export declare class Cmd implements CmdManager {
private logger;

@@ -5,0 +5,0 @@ private options?;

@@ -13,2 +13,6 @@ interface EnvVar {

}
export interface CmdManager {
setOptions(options: CmdOptions): void;
exec(...items: string[]): Promise<number | string>;
}
export {};
{
"name": "@w3f/cmd",
"version": "0.2.0",
"version": "0.3.0",
"description": "Command manager",

@@ -5,0 +5,0 @@ "repository": "git@github.com:w3f/cmd-ts.git",

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