New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.7 to 1.2.8

9

package.json

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

"homepage": "https://github.com/microlinkhq/tinyspawn",
"version": "1.2.7",
"version": "1.2.8",
"main": "src/index.js",

@@ -87,3 +87,8 @@ "author": {

"@commitlint/config-conventional"
]
],
"rules": {
"body-max-length": [
0
]
}
},

@@ -90,0 +95,0 @@ "nano-staged": {

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

or stdin:
```js
const { Readable } = require('node:stream')
const subprocess = $('cat', { stdin: 'hello world' })
Readable.from('hello world').pipe(subprocess.stdin)
const {stdout} = await subprocess
console.log(stdout) // 'hello world'
```
### JSON parsing

@@ -86,0 +98,0 @@

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