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 0.0.25 to 0.1.0

lib/error.d.ts

21

CHANGELOG.md

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

# [0.1.0](https://github.com/SyncOT/SyncOT/compare/@syncot/auth@0.0.25...@syncot/auth@0.1.0) (2020-11-16)
### Bug Fixes
* replace SyncOt with SyncOT everywhere ([1643d98](https://github.com/SyncOT/SyncOT/commit/1643d98d22a811444a8992cbfb26598a583a5afd))
### Features
* add AuthError ([d99dcc2](https://github.com/SyncOT/SyncOT/commit/d99dcc277d4bb25896d969d12d6db65d7167ab0c))
### BREAKING CHANGES
* "SyncOt" replaced with "SyncOT" in the whole codebase
## [0.0.25](https://github.com/SyncOT/SyncOT/compare/@syncot/auth@0.0.24...@syncot/auth@0.0.25) (2020-11-10)

@@ -8,0 +29,0 @@

6

lib/auth.d.ts

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

import { EmitterInterface, SyncOtEmitter } from '@syncot/events';
import { EmitterInterface, SyncOTEmitter } from '@syncot/util';
import { Presence } from '@syncot/presence';

@@ -19,3 +19,3 @@ /**

*/
export interface AuthClient extends EmitterInterface<SyncOtEmitter<AuthEvents>> {
export interface AuthClient extends EmitterInterface<SyncOTEmitter<AuthEvents>> {
/**

@@ -42,3 +42,3 @@ * If a user is authenticated, then `true`, otherwise `false`.

*/
export interface AuthService extends EmitterInterface<SyncOtEmitter<AuthEvents>> {
export interface AuthService extends EmitterInterface<SyncOTEmitter<AuthEvents>> {
/**

@@ -45,0 +45,0 @@ * If a user is authenticated, then `true`, otherwise `false`.

export * from './auth';
export * from './error';
export * from './auth';
export * from './error';
{
"name": "@syncot/auth",
"version": "0.0.25",
"version": "0.1.0",
"description": "Interfaces and type definitions related to authentication and authorization.",

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

"dependencies": {
"@syncot/events": "^0.1.3",
"@syncot/presence": "^0.0.23",
"@syncot/presence": "^0.1.0",
"@syncot/util": "^2.0.0",
"tslib": "^2.0.3"
},
"gitHead": "5ba3e377863fb1d00a2c1fb556ae6832f9950ada"
"gitHead": "d44ea483c2be41defaa32738e82ec3a9e1e58492"
}
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