Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

activitypub-proxy

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

activitypub-proxy - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+22
-12
package.json
{
"name": "activitypub-proxy",
"version": "0.2.0",
"dependencies": {
"@keyv/sqlite": "^3.6.4",
"activitypub-http-signatures": "^2.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"keyv": "^4.5.2",
"node-fetch": "^3.3.0"
},
"type": "module"
"name": "activitypub-proxy",
"version": "0.2.1",
"keywords": ["activitypub","mastodon","misskey","pleroma","fediblock"],
"homepage": "https://gitea.moe/lamp/activitypub-proxy",
"bugs": "https://gitea.moe/lamp/activitypub-proxy/issues",
"repository": {
"type": "git",
"url": "https://gitea.moe/lamp/activitypub-proxy.git"
},
"dependencies": {
"@keyv/sqlite": "^3.6.4",
"activitypub-http-signatures": "^2.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"keyv": "^4.5.2",
"node-fetch": "^3.3.0"
},
"type": "module",
"engines": {
"node": ">=15.0.0"
}
}