open-trivia-db
Advanced tools
Comparing version 2.1.3 to 2.1.4
{ | ||
"name": "open-trivia-db", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "A small and simple wrapper for the Open Trivia Database API.", | ||
@@ -21,10 +21,11 @@ "keywords": [ | ||
"build": "tsc", | ||
"prettier": "npm run build && prettier -w src/", | ||
"prettier": "npm run build && prettier -w .", | ||
"prepublish": "npm run prep", | ||
"exec": "npm run build && node .", | ||
"test": "npm run build && npx jest", | ||
"prep": "npm run build && npm run test && npm run prettier" | ||
"prep": "npm run build && npm run test && npm run prettier", | ||
"prepare": "husky install" | ||
}, | ||
"files": [ | ||
"dist", | ||
"dist", | ||
"typings" | ||
@@ -44,10 +45,17 @@ ], | ||
"@types/node": "^17.0.45", | ||
"husky": "^8.0.0", | ||
"@types/node-fetch": "^2.6.2", | ||
"jest": "^28.1.3", | ||
"node-fetch": "^2.6.9", | ||
"nodemon": "^2.0.20", | ||
"prettier": "^2.7.1", | ||
"pretty-quick": "^3.1.3", | ||
"ts-jest": "^28.0.8" | ||
}, | ||
"peerDependencies": { | ||
"node-fetch": "^2.6.9" | ||
}, | ||
"engines": { | ||
"node": ">=18.0.0" | ||
"node": ">=14.0.0" | ||
} | ||
} |
@@ -19,4 +19,4 @@ ![OpenTriviaDB](https://i.imgur.com/QBhF5aY.png) | ||
# 2.1.3 | ||
- Inconsistency fixes and other minor bug fixes | ||
# 2.1.4 | ||
- Reverted to `node-fetch` for Node versions < 18 | ||
@@ -23,0 +23,0 @@ ## Example Code |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
6687
1
10
3
0