Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "tmdb-ts", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "TMDB v3 library wrapper", | ||
@@ -8,3 +8,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"compile": "rm -rf ./dist && tsc -d && npm run copy-types", | ||
"compile": "rm -rf dist && tsc -d && npm run copy-types", | ||
"lint": "eslint --ext .ts src/", | ||
@@ -45,3 +45,3 @@ "lint:fix": "eslint --ext .ts src/ --fix", | ||
"dependencies": { | ||
"node-fetch": "^2.6.1" | ||
"cross-fetch": "^3.1.4" | ||
}, | ||
@@ -48,0 +48,0 @@ "volta": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71681
+ Addedcross-fetch@^3.1.4
+ Addedcross-fetch@3.1.8(transitive)
- Removednode-fetch@^2.6.1