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.1 to 0.2.2

6

CHANGELOG.md

@@ -0,2 +1,8 @@

### 0.2.2
- fix(docs): typo
### 0.2.1
- Added deprecated warnings for relative stuff to rate limit
### 0.2.0
- Removed `rateLimit` object from response object, because The Movie Database disabled rate limit ([details](https://developers.themoviedb.org/3/getting-started/request-rate-limiting))

2

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

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

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

};
const movie = await mdb.movies.getDetails(args);
const movie = await mdb.movie.getDetails(args);
console.log(movie);

@@ -40,0 +40,0 @@ /*

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