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.3 to 0.2.4

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### 0.2.4
- fix(utils): some requests returns NotFoundError
- fix(types): mark some parameters as non required
### 0.2.3

@@ -2,0 +6,0 @@ - fix(utils): destructure undefined options [#4](https://github.com/andywampir/node-themoviedb/issues/4#issue-632588490)

2

dist/utils/parseEndpoint.js

@@ -10,3 +10,3 @@ "use strict";

parsedEndpoint = parsedEndpoint.replace(match[0], params[match[1]]);
return parsedEndpoint.slice(1);
return parsedEndpoint;
};
{
"name": "node-themoviedb",
"version": "0.2.3",
"version": "0.2.4",
"description": "A Node.JS wrapper for The Movie DB API.",

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

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