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 0.0.2 to 0.0.3

5

lib/client.js

@@ -1,3 +0,2 @@

import { createTaskRunner, SyncOtEmitter } from '@syncot/util';
import { strict as assert } from 'assert';
import { assert, createTaskRunner, SyncOtEmitter, } from '@syncot/util';
/**

@@ -42,3 +41,3 @@ * Creates a new generic auth client.

};
assert.ok(this.connection && !this.connection.destroyed, 'Argument "connection" must be a non-destroyed Connection.');
assert(this.connection && !this.connection.destroyed, 'Argument "connection" must be a non-destroyed Connection.');
this.taskRunner = createTaskRunner(async () => this.authService.logIn(await getLoginDetails()), {

@@ -45,0 +44,0 @@ delayFactor,

12

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

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

"dependencies": {
"@syncot/auth": "^0.0.13",
"@syncot/connection": "^0.0.14",
"@syncot/presence": "^0.0.12",
"@syncot/util": "^0.0.9",
"@syncot/auth": "^0.0.14",
"@syncot/connection": "^0.0.15",
"@syncot/presence": "^0.0.13",
"@syncot/util": "^0.0.10",
"tslib": "^1.9.3"
},
"gitHead": "59f7016cbffea18fc14049e00fd4351c08748887"
"gitHead": "5c7ad0bf43495567d9fc857718802b7ea52d37bb"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc