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

@accounts/client

Package Overview
Dependencies
Maintainers
5
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accounts/client - npm Package Compare versions

Comparing version 0.26.0 to 0.27.0

8

lib/transport-interface.d.ts

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

import { LoginResult, ImpersonationResult, CreateUser, User, CreateUserResult } from '@accounts/types';
import { LoginResult, ImpersonationUserIdentity, ImpersonationResult, CreateUser, User, CreateUserResult } from '@accounts/types';
import { AccountsClient } from './accounts-client';

@@ -21,7 +21,3 @@ export interface TransportInterface {

changePassword(oldPassword: string, newPassword: string): Promise<void>;
impersonate(token: string, impersonated: {
userId?: string;
username?: string;
email?: string;
}): Promise<ImpersonationResult>;
impersonate(token: string, impersonated: ImpersonationUserIdentity): Promise<ImpersonationResult>;
}
{
"name": "@accounts/client",
"version": "0.26.0",
"version": "0.27.0",
"description": "Fullstack authentication and accounts-management",

@@ -56,7 +56,7 @@ "main": "lib/index.js",

"dependencies": {
"@accounts/types": "^0.26.0",
"@accounts/types": "^0.27.0",
"jwt-decode": "2.2.0",
"tslib": "1.11.2"
},
"gitHead": "403bd2ea58bc1116c061c5dc1b6e203e20ce2f1b"
"gitHead": "3f2f184f7d1f4229bfefb4ed99283de05a60d985"
}
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