Socket
Socket
Sign inDemoInstall

node-themoviedb

Package Overview
Dependencies
24
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

4

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

@@ -22,3 +22,3 @@ "author": "Andy Wampir <wampirchikkkk@yandex.ru>",

"test": "echo \"No test specified\"",
"publish": "np"
"release": "np"
},

@@ -25,0 +25,0 @@ "files": [

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

data: Object. Parsed json data of response
header: Object. Headers of response
headers: Object. Headers of response
rateLimit: {

@@ -73,2 +73,3 @@ limit: Number. Total limit for requests

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

@@ -75,0 +76,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc