🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@sameke/authenticator-server-sdk

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sameke/authenticator-server-sdk - npm Package Compare versions

Comparing version
0.1.8
to
0.1.9
+3
-3
package.json
{
"name": "@sameke/authenticator-server-sdk",
"version": "0.1.8",
"version": "0.1.9",
"description": "authenticator server sdk for connecting a web application to auth.sameke.com",

@@ -28,9 +28,9 @@ "main": "dist/index.js",

"devDependencies": {
"@types/jsonwebtoken": "9.0.7",
"@types/jsonwebtoken": "9.0.9",
"typescript": "5.7.3"
},
"dependencies": {
"axios": "1.7.9",
"axios": "1.9.0",
"jsonwebtoken": "9.0.2"
}
}