New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@feathersjs/authentication

Package Overview
Dependencies
Maintainers
0
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/authentication - npm Package Compare versions

Comparing version

to
5.0.31

30

package.json
{
"name": "@feathersjs/authentication",
"description": "Add Authentication to your FeathersJS app.",
"version": "5.0.30",
"version": "5.0.31",
"homepage": "https://feathersjs.com",

@@ -56,26 +56,26 @@ "main": "lib/",

"dependencies": {
"@feathersjs/commons": "^5.0.30",
"@feathersjs/errors": "^5.0.30",
"@feathersjs/feathers": "^5.0.30",
"@feathersjs/commons": "^5.0.31",
"@feathersjs/errors": "^5.0.31",
"@feathersjs/feathers": "^5.0.31",
"@feathersjs/hooks": "^0.9.0",
"@feathersjs/schema": "^5.0.30",
"@feathersjs/transport-commons": "^5.0.30",
"@types/jsonwebtoken": "^9.0.6",
"@feathersjs/schema": "^5.0.31",
"@feathersjs/transport-commons": "^5.0.31",
"@types/jsonwebtoken": "^9.0.7",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"long-timeout": "^0.1.1",
"uuid": "^10.0.0"
"uuid": "^11.0.2"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.30",
"@types/lodash": "^4.17.7",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.1",
"@feathersjs/memory": "^5.0.31",
"@types/lodash": "^4.17.13",
"@types/mocha": "^10.0.9",
"@types/node": "^22.8.4",
"@types/uuid": "^10.0.0",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},
"gitHead": "ce00d390ddd85a5be533da69f7958fdc330d8f80"
"gitHead": "967ea54ae7f7e3d8169b137d5c184705706276a7"
}

Sorry, the diff of this file is too big to display