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

autopilot-sdk

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autopilot-sdk - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

2

dist/utils.js

@@ -72,3 +72,3 @@ 'use strict';

_context.next = 3;
return http[method](path, { data: options });
return http[method](path, options);

@@ -75,0 +75,0 @@ case 3:

@@ -23,3 +23,3 @@ import axios from 'axios';

const res = await http[method](path, { data: options });
const res = await http[method](path, options);
return res.data;

@@ -26,0 +26,0 @@ };

{
"name": "autopilot-sdk",
"description": "Node SDK for Autopilot",
"version": "0.0.13",
"version": "0.0.14",
"author": "Samuel Amoah <sa.am@programmer.net>",

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

Sorry, the diff of this file is not supported yet

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