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.2.11 to 1.2.12

2

package.json

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

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

@@ -8,0 +8,0 @@ "author": {

@@ -13,3 +13,5 @@ 'use strict'

const eos = (stream, listener, buffer = []) =>
stream[listener].on('data', data => buffer.push(data)) && buffer
stream[listener]
? stream[listener].on('data', data => buffer.push(data)) && buffer
: buffer

@@ -16,0 +18,0 @@ const clean = str => str.trim().replace(/\n$/, '')

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