New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

qqjs

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qqjs - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

7

lib/exec.js

@@ -41,4 +41,7 @@ "use strict";

ps.stdout.pipe(process.stdout);
getStream(ps.stdout)
.then((stdout) => resolve(stdout.replace(/\n$/, '')))
Promise.all([
getStream(ps.stdout).then((o) => o.replace(/\n$/, '')),
ps,
])
.then(([stdout]) => resolve(stdout))
.catch(reject);

@@ -45,0 +48,0 @@ });

{
"name": "qqjs",
"description": "useful functions for writing node scripts",
"version": "0.3.5",
"version": "0.3.6",
"author": "Jeff Dickey @jdxcode",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/jdxcode/qqjs/issues",

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