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

open-trivia-db

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

open-trivia-db - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

18

package.json
{
"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

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