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.1.0 to 0.2.0

2

dist/types.d.ts
interface EnvVar {
[key: string]: string;
}
declare type Stdio = 'pipe' | 'inherit' | 'ignore';
export interface CmdOptions {

@@ -10,3 +11,4 @@ detached?: boolean;

shell?: boolean;
stdio?: Stdio;
}
export {};

2

package.json
{
"name": "@w3f/cmd",
"version": "0.1.0",
"version": "0.2.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