Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hostage

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hostage - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

4

CHANGELOG.md

@@ -0,1 +1,5 @@

<a name="0.1.4"></a>
### 0.1.4 (2015-01-07)
<a name="0.1.3"></a>

@@ -2,0 +6,0 @@ ### 0.1.3 (2015-01-07)

4

lib/utils/run.js
var exec = require('child_process').exec;
module.exports = function(config, callback) {
var options = {};
var options = {
maxBuffer: 1024 * 500
};
options.cwd = config.cwd || process.cwd();

@@ -6,0 +8,0 @@

{
"name": "hostage",
"version": "0.1.4",
"version": "0.1.5",
"description": "Run commands on a hosting server in response to Git(Hub/Lab) webhooks",

@@ -5,0 +5,0 @@ "keywords": [

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