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.1 to 1.0.2

6

index.js

@@ -16,7 +16,7 @@ const request = require('request');

const apRequest = (url, json, cb) => {
const apRequest = (options, cb) => {
const options = {
timeout: 5000,
method: 'POST',
url: `${conf.autopilotAPIURL}/${conf.autopilotInstanceID}${url}`,
method: options.method,
url: `${conf.autopilotAPIURL}/${conf.autopilotInstanceID}${options.path}`,
headers: {

@@ -23,0 +23,0 @@ 'X-Api-Key': conf.autopilotAPIKey

{
"name": "autopilot-node-client",
"version": "1.0.1",
"version": "1.0.2",
"description": "Autopilot Manhattan API",

@@ -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