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

@syncot/auth

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncot/auth - npm Package Compare versions

Comparing version

to
0.0.11

9

package.json
{
"name": "@syncot/auth",
"version": "0.0.10",
"version": "0.0.11",
"description": "Interfaces and type definitions related to authentication and authorization.",

@@ -9,2 +9,3 @@ "keywords": [

],
"sideEffects": false,
"main": "lib/index.js",

@@ -30,7 +31,7 @@ "types": "lib/index.d.ts",

"dependencies": {
"@syncot/presence": "^0.0.9",
"@syncot/util": "^0.0.6",
"@syncot/presence": "^0.0.10",
"@syncot/util": "^0.0.7",
"tslib": "^1.9.3"
},
"gitHead": "6049a02006707c0623e91fb0f145fe4a8e1c80cc"
"gitHead": "f42e7403c10d1236587af99fc13d35b2a27a55ad"
}