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

amino-drone

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amino-drone - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

9

lib/process.js

@@ -21,3 +21,8 @@ var inherits = require('util').inherits

this.emit('error', new Error('spawned command ran for less than 10 seconds - respawn aborted'));
this.emit('exit');
// Don't emit 'exit' when respawn is requested (as opposed to triggered on
// process exit) because the process has not exited. If we emit, the
// listener in ../index.js will delete the reference to this process
// and we'll never be able to stop it. Even if we manually kill the process,
// it will respawn!
arguments.length && this.emit('exit');
return;

@@ -79,3 +84,3 @@ }

respawns: this.respawns,
lastRespawn: this.lastRespawn,
lastRespawn: this.lastRespawn && this.lastRespawn.getTime(),
sha1sum: this.sha1sum,

@@ -82,0 +87,0 @@ commit: this.commit

{
"name": "amino-drone",
"version": "0.1.4",
"version": "0.1.5",
"description": "drone daemon to receive deployments from amino-deploy",

@@ -5,0 +5,0 @@ "bin": "./bin/amino-drone",

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