New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7.0 to 0.8.0

2

lib/transport-interface.d.ts

@@ -15,3 +15,3 @@ import { LoginResult, ImpersonationResult, CreateUser, User } from '@accounts/types';

sendVerificationEmail(email: string): Promise<void>;
resetPassword(token: string, newPassword: string): Promise<LoginResult>;
resetPassword(token: string, newPassword: string): Promise<LoginResult | null>;
changePassword(oldPassword: string, newPassword: string): Promise<void>;

@@ -18,0 +18,0 @@ impersonate(token: string, impersonated: {

{
"name": "@accounts/client",
"version": "0.7.0",
"version": "0.8.0",
"description": "Fullstack authentication and accounts-management",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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