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.12 to 0.0.13

2

dist/utils.js

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

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

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

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

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

@@ -41,0 +41,0 @@ };

{
"name": "autopilot-sdk",
"description": "Node SDK for Autopilot",
"version": "0.0.12",
"version": "0.0.13",
"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