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

autopilot-node-client

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autopilot-node-client - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.nvmrc

20

index.js

@@ -8,4 +8,4 @@ const request = require('request');

}
if (!conf.instanceID) {
console.error("No instanceID in config passed to autopilot-node-client");
if (!conf.autopilotInstanceID) {
console.error("No autopilotInstanceID in config passed to autopilot-node-client");
process.exit(1);

@@ -21,3 +21,3 @@ }

method: 'POST',
url: `${conf.autopilotAPIURL}/${conf.instanceID}${url}`,
url: `${conf.autopilotAPIURL}/${conf.autopilotInstanceID}${url}`,
headers: {

@@ -37,8 +37,4 @@ 'X-Api-Key': conf.autopilotAPIKey

return {
addActivities: (activities, cb) => {
addActivity: (activityID, attributes, cb) => {
apRequest({

@@ -54,7 +50,5 @@ method: 'POST',

]
})
}, cb);
}
};
};
};
{
"name": "autopilot-node-client",
"version": "1.0.0",
"version": "1.0.1",
"description": "Autopilot Manhattan API",

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

},
"homepage": "https://github.com/autopilot3/autopilot-node-client#readme"
"homepage": "https://github.com/autopilot3/autopilot-node-client#readme",
"dependencies": {
"request": "^2.88.2"
}
}
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