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

2

dist/utils.js

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

var VERSION = 'v1';
var ENDPOINT = 'https://api2.autopilothq.com/' + VERSION;
var ENDPOINT = 'https://api2.autopilothq.com/' + VERSION + '/';

@@ -42,0 +42,0 @@ /**

import axios from 'axios';
const VERSION = 'v1';
const ENDPOINT = `https://api2.autopilothq.com/${VERSION}`;
const ENDPOINT = `https://api2.autopilothq.com/${VERSION}/`;

@@ -6,0 +6,0 @@ /**

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