Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@accounts/server

Package Overview
Dependencies
Maintainers
5
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accounts/server - npm Package Compare versions

Comparing version 0.26.0 to 0.27.0

8

lib/accounts-server.d.ts
import Emittery from 'emittery';
import { User, LoginResult, Tokens, Session, ImpersonationResult, HookListener, AuthenticationService, ConnectionInformations } from '@accounts/types';
import { User, LoginResult, Tokens, Session, ImpersonationUserIdentity, ImpersonationResult, HookListener, AuthenticationService, ConnectionInformations } from '@accounts/types';
import { AccountsServerOptions } from './types/accounts-server-options';

@@ -72,7 +72,3 @@ import { EmailTemplateType } from './types/email-template-type';

*/
impersonate(accessToken: string, impersonated: {
userId?: string;
username?: string;
email?: string;
}, infos: ConnectionInformations): Promise<ImpersonationResult>;
impersonate(accessToken: string, impersonated: ImpersonationUserIdentity, infos: ConnectionInformations): Promise<ImpersonationResult>;
/**

@@ -79,0 +75,0 @@ * @description Refresh a user token.

{
"name": "@accounts/server",
"version": "0.26.0",
"version": "0.27.0",
"description": "Fullstack authentication and accounts-management",

@@ -43,3 +43,3 @@ "main": "lib/index.js",

"dependencies": {
"@accounts/types": "^0.26.0",
"@accounts/types": "^0.27.0",
"@types/jsonwebtoken": "8.3.9",

@@ -59,3 +59,3 @@ "emittery": "0.5.1",

},
"gitHead": "403bd2ea58bc1116c061c5dc1b6e203e20ce2f1b"
"gitHead": "3f2f184f7d1f4229bfefb4ed99283de05a60d985"
}

Sorry, the diff of this file is not supported yet

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