Socket
Socket
Sign inDemoInstall

roarr

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

roarr - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

4

dist/log.js

@@ -32,7 +32,7 @@ 'use strict';

if (ROARR_STREAM === 'STDOUT') {
process.stdout.write(body + '\n');
} else {
process.stderr.write(body + '\n');
} else {
process.stdout.write(body + '\n');
}
});
//# sourceMappingURL=log.js.map

@@ -77,3 +77,3 @@ {

},
"version": "1.7.0"
"version": "1.7.1"
}

@@ -352,2 +352,4 @@ # Roarr

When using `ROARR_STREAM=STDERR`, use [`3>&1 1>&2 2>&3 3>&-`](https://stackoverflow.com/a/2381643/368691) to pipe stderr output.
## Conventions

@@ -354,0 +356,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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