Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tmdb-ts

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tmdb-ts - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

5

dist/utils/parseOptions.js

@@ -6,5 +6,8 @@ "use strict";

function parseOptions(options) {
return options ? new URLSearchParams(Object.entries(options)).toString() : '';
return options
? new URLSearchParams(Object.entries(options).filter(([, v]) => v) // remove undefined
).toString()
: '';
}
exports.parseOptions = parseOptions;
//# sourceMappingURL=parseOptions.js.map

4

package.json
{
"name": "tmdb-ts",
"version": "2.0.0",
"version": "2.0.1",
"description": "TMDB v3 library wrapper",

@@ -34,3 +34,3 @@ "main": "dist/index.js",

"@types/eslint__js": "^8.42.3",
"@types/node": "^20.14.2",
"@types/node": "^20.16.10",
"@types/node-fetch": "^3.0.3",

@@ -37,0 +37,0 @@ "dotenv": "^16.4.5",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc