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.6.1 to 0.7.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<void>;
resetPassword(token: string, newPassword: string): Promise<LoginResult>;
changePassword(oldPassword: string, newPassword: string): Promise<void>;

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

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

@@ -55,6 +55,6 @@ "main": "lib/index.js",

"@types/jwt-decode": "2.2.1",
"@types/node": "10.12.0",
"@types/node": "10.12.9",
"jest": "23.6.0",
"jest-localstorage-mock": "2.3.0",
"jsonwebtoken": "8.3.0",
"jsonwebtoken": "8.4.0",
"localstorage-polyfill": "1.0.1",

@@ -64,5 +64,5 @@ "rimraf": "2.6.2"

"dependencies": {
"@accounts/types": "^0.6.1",
"@accounts/types": "^0.7.0",
"jwt-decode": "2.2.0"
}
}
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