New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.0 to 0.1.0

8

index.js

@@ -0,1 +1,3 @@

var request = require('request');
function input() {

@@ -43,2 +45,8 @@

});
addCommand('curl', function(args) {
request(args[0].toString(), function(err, body, response) {
console.log(response);
});
});
}

@@ -45,0 +53,0 @@

7

package.json
{
"name": "headquarters",
"version": "0.0.0",
"version": "0.1.0",
"description": "Issue commands to your program while it is running.",

@@ -10,3 +10,6 @@ "main": "index.js",

"author": "Justin Tormey <justintormey>",
"license": "MIT"
"license": "MIT",
"dependencies": {
"request": "^2.54.0"
}
}

@@ -63,1 +63,2 @@ # Headquarters

* **'quit'** stops your process from running
* **'curl'** retrieves a response from a url argument
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