Socket
Socket
Sign inDemoInstall

node-themoviedb

Package Overview
Dependencies
30
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

4

dist/utils/catchHTTPErrors.js

@@ -43,6 +43,2 @@ "use strict";

}
case 429: {
const retryAfter = parseInt(error.response.headers['retry-after']);
throw new errors.TooManyRequests(retryAfter);
}
default: break;

@@ -49,0 +45,0 @@ }

2

package.json
{
"name": "node-themoviedb",
"version": "0.2.0",
"version": "0.2.1",
"description": "A Node.JS wrapper for The Movie DB API.",

@@ -5,0 +5,0 @@ "author": "Andy Wampir <wampirchikkkk@yandex.ru>",

@@ -67,3 +67,2 @@ > A Node.JS wrapper for The Movie DB API.

// const response = await mdb.tv.episode.rateTVEpisode(args);
console.log(response.rateLimit.limit) // 40
```

@@ -297,3 +296,3 @@

## TooManyRequests
## TooManyRequests (deprecated)

@@ -300,0 +299,0 @@ Throws when expired rate limit

Sorry, the diff of this file is too big to display

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