Socket
Socket
Sign inDemoInstall

tmdb-js-wrapper

Package Overview
Dependencies
72
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

3

package.json
{
"name": "tmdb-js-wrapper",
"version": "v1.0.3",
"version": "v1.0.4",
"description": "A JavaScript wrapper package for The Movie Database API.",

@@ -32,2 +32,3 @@ "main": "src/tmdbjs/tmdbjs.js",

"dependencies": {
"mocha": "^10.2.0",
"xmlhttprequest": "^1.8.0"

@@ -34,0 +35,0 @@ },

# [tmdb-js](https://github.com/david98hall/tmdb-js)
[![Node.js CI](https://github.com/david98hall/tmdb-js/workflows/Node.js%20CI/badge.svg)](https://github.com/david98hall/tmdb-js/actions?query=workflow%3A%22Node.js+CI%22)
[![Node.js Package](https://github.com/david98hall/tmdb-js/workflows/Node.js%20Package/badge.svg)](https://github.com/david98hall/tmdb-js/actions?query=workflow%3A%22Node.js+Package%22)
[![Node.js CI](https://github.com/david98hall/tmdb-js/actions/workflows/node.js.yml/badge.svg)](https://github.com/david98hall/tmdb-js/actions/workflows/node.js.yml)
https://github.com/david98hall/tmdb-js/actions/workflows/node.js.yml/badge.svg
An unofficial JavaScript wrapper for The Movie Database API.

@@ -32,3 +33,3 @@

let oceansImages = await oceansElevenMovie.getImagesAsync();
console.log("A great movie: " + json.title);
console.log("A great movie: " + oceansDetails.title);

@@ -35,0 +36,0 @@ // Rate movie example

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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