Socket
Socket
Sign inDemoInstall

monkeylearn

Package Overview
Dependencies
70
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.7 to 0.1.8

2

lib/SleepRequests.js

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

var seconds = response[1].detail.match(/available in (\d+) seconds/)[1];
sleep.sleep(seconds);
sleep.sleep(Number(seconds));
return self.makeRequest(url, method, data, sleep_if_throttled);

@@ -25,0 +25,0 @@ } else if (sleep_if_throttled && response[0].statusCode === 429

{
"name": "monkeylearn",
"version": "0.1.7",
"version": "0.1.8",
"description": "Official Node client for the MonkeyLearn API.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc