Socket
Socket
Sign inDemoInstall

carp-streamer

Package Overview
Dependencies
149
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.1 to 0.5.2

1

dist/index.js

@@ -79,2 +79,3 @@ #!/usr/bin/env node

if (error) {
debug('%s: %s\n%s', error.name, error.message, error.stack);
spinner.warn(`Could not access '${relativePath}'.`);

@@ -81,0 +82,0 @@ return done(error);

2

package.json
{
"name": "carp-streamer",
"version": "0.5.1",
"version": "0.5.2",
"description": "Carp streamer",

@@ -5,0 +5,0 @@ "bin": "dist/index.js",

@@ -66,2 +66,3 @@ #!/usr/bin/env node

if (error) {
debug('%s: %s\n%s', error.name, error.message, error.stack);
spinner.warn(`Could not access '${relativePath}'.`);

@@ -68,0 +69,0 @@ return done(error);

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc