tmdb-ts-api
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"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", |
@@ -9,7 +9,7 @@ { | ||
"skipLibCheck": true, | ||
"outDir": "./lib", | ||
"outDir": "dist", | ||
"declaration": true, | ||
"baseUrl": ".", | ||
"paths": { | ||
"~/*": ["./src/*"] | ||
"~/*": ["src/*"] | ||
} | ||
@@ -16,0 +16,0 @@ }, |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
1487629
217
41983
5