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

@bifravst/run

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

@bifravst/run - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

7

dist/run.d.ts

@@ -0,1 +1,2 @@

/// <reference types="node" resolution-mode="require"/>
declare const run: ({ command, args, input, log, cwd, }: {

@@ -7,5 +8,5 @@ command: string;

log?: {
debug?: (...message: any[]) => void;
stdout?: (...message: any[]) => void;
stderr?: (...message: any[]) => void;
debug?: (...message: string[]) => void;
stdout?: (data: Buffer) => void;
stderr?: (data: Buffer) => void;
};

@@ -12,0 +13,0 @@ onError?: (code: number) => void;

{
"name": "@bifravst/run",
"version": "1.1.0",
"version": "1.1.1",
"description": "run() wraps Node.js' spawn()",

@@ -5,0 +5,0 @@ "exports": {

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