Comparing version 1.3.0 to 1.3.1
@@ -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 $; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12598
187