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

tinyspawn

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinyspawn - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/microlinkhq/tinyspawn",
"version": "1.3.0",
"version": "1.3.1",
"types": "src/index.d.ts",

@@ -8,0 +8,0 @@ "main": "src/index.js",

@@ -14,3 +14,3 @@ <div align="center">

- Small (~50 LOC, 600 bytes).
- Small (~80 LOC, 835 bytes).
- Focus on performance.

@@ -20,2 +20,3 @@ - Zero dependencies.

- Easy to extend.
- Fully typed.

@@ -22,0 +23,0 @@ ## Install

@@ -12,3 +12,3 @@ import { ChildProcess, SpawnOptions } from 'child_process';

interface SubprocessPromise extends Promise<ResolvedSubprocess>, ChildProcess {}
export interface SubprocessPromise extends Promise<ResolvedSubprocess>, ChildProcess {}

@@ -22,2 +22,2 @@ declare function extend(defaults?: ExtendOptions): (input: string, args?: string[] | ExtendOptions, options?: ExtendOptions) => SubprocessPromise;

export = $;
export default $;
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