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

@syncot/auth-client

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncot/auth-client - npm Package Compare versions

Comparing version

to
0.1.7

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.1.7](https://github.com/SyncOT/SyncOT/compare/@syncot/auth-client@0.1.6...@syncot/auth-client@0.1.7) (2020-11-10)
**Note:** Version bump only for package @syncot/auth-client
## [0.1.6](https://github.com/SyncOT/SyncOT/compare/@syncot/auth-client@0.1.5...@syncot/auth-client@0.1.6) (2020-11-03)

@@ -8,0 +16,0 @@

14

package.json
{
"name": "@syncot/auth-client",
"version": "0.1.6",
"version": "0.1.7",
"description": "A generic client auth module.",

@@ -30,10 +30,10 @@ "keywords": [

"dependencies": {
"@syncot/auth": "^0.0.24",
"@syncot/connection": "^0.2.1",
"@syncot/events": "^0.1.2",
"@syncot/task-runner": "^0.1.2",
"@syncot/util": "^1.0.2",
"@syncot/auth": "^0.0.25",
"@syncot/connection": "^0.3.0",
"@syncot/events": "^0.1.3",
"@syncot/task-runner": "^0.1.3",
"@syncot/util": "^1.0.3",
"tslib": "^2.0.3"
},
"gitHead": "2399fa565e50dcfc2f4d37afd567c6cbcfdccb15"
"gitHead": "5ba3e377863fb1d00a2c1fb556ae6832f9950ada"
}