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

headquarters

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

headquarters - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

7

index.js

@@ -42,6 +42,5 @@ var request = require('request');

var data = input.split(' ');
var rawData = data;
var name = data.shift();
if (typeof commands[name] !== 'undefined') commands[name](data);
else if (rawAction) rawAction(rawData);
var name = [0];
if (typeof commands[name] !== 'undefined') commands[name](data.shift());
else if (rawAction) rawAction(data);
else console.log(msg.error.noSuchCommand);

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

{
"name": "headquarters",
"version": "0.2.0",
"version": "0.2.1",
"description": "Issue commands to your program while it is running.",

@@ -5,0 +5,0 @@ "main": "index.js",

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