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

@onfleet/node-onfleet

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onfleet/node-onfleet - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

lib/onfleet.js
const DEFAULT_URL = 'https://onfleet.com';
const DEFAULT_PATH = '/api';
const DEFAULT_API_VERSION = 'v2';
const DEFAULT_TIMEOUT = 10000;
const DEFAULT_TIMEOUT = 70000;

@@ -6,0 +6,0 @@ const util = require('./util');

@@ -21,3 +21,3 @@ /**

headers: {
'Content-Type': 'application/.json',
'Content-Type': 'application/json',
Authorization: `Basic ${this.encode(apiKey)}`,

@@ -24,0 +24,0 @@ },

{
"name": "@onfleet/node-onfleet",
"version": "1.0.7",
"version": "1.0.8",
"description": "Official client library for accessing the Onfleet 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