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.1.0 to 1.1.1

3

lib/constants.js
const constants = {
LIMITER_RESERVOIR: 20,
LIMITER_REFRESH_INTERVAL: 250,
LIMITER_MAX_CONCURRENT: 5,
LIMITER_MAX_CONCURRENT: 1,
LIMITER_MIN_TIME: 50,

@@ -5,0 +6,0 @@ };

@@ -14,2 +14,3 @@ const Bottleneck = require('bottleneck');

const limiter = new Bottleneck({
reservoir: constants.LIMITER_RESERVOIR,
reservoirRefreshInterval: constants.LIMITER_REFRESH_INTERVAL,

@@ -16,0 +17,0 @@ maxConcurrent: constants.LIMITER_MAX_CONCURRENT,

{
"name": "@onfleet/node-onfleet",
"version": "1.1.0",
"version": "1.1.1",
"description": "Official client library for accessing the Onfleet API",

@@ -24,3 +24,3 @@ "main": "index.js",

"bottleneck": "^2.19.5",
"node-fetch": "^2.6.0"
"node-fetch": "^2.6.1"
},

@@ -27,0 +27,0 @@ "devDependencies": {

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