New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tmdb-ts-api

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tmdb-ts-api - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

dist/account.d.ts

5

package.json
{
"version": "0.0.2",
"version": "0.0.3",
"name": "tmdb-ts-api",

@@ -7,3 +7,4 @@ "author": "Josh Medeski<josh@medeskisolutions.com>",

"description": "A TypeScript API for working with The Movie Database API (tmdb)",
"main": "./lib/index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {

@@ -10,0 +11,0 @@ "build": "tsc",

4

tsconfig.json

@@ -9,7 +9,7 @@ {

"skipLibCheck": true,
"outDir": "./lib",
"outDir": "dist",
"declaration": true,
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
"~/*": ["src/*"]
}

@@ -16,0 +16,0 @@ },

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