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.32.0 to 0.33.0

CHANGELOG.md

1

lib/transport-interface.d.ts

@@ -22,2 +22,3 @@ import { LoginResult, ImpersonationUserIdentity, ImpersonationResult, CreateUser, User, CreateUserResult } from '@accounts/types';

impersonate(token: string, impersonated: ImpersonationUserIdentity): Promise<ImpersonationResult>;
requestMagicLinkEmail(email: string): Promise<void>;
}

6

package.json
{
"name": "@accounts/client",
"version": "0.32.0",
"version": "0.33.0",
"description": "Fullstack authentication and accounts-management",

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

"dependencies": {
"@accounts/types": "^0.32.0",
"@accounts/types": "^0.33.0",
"jwt-decode": "3.1.2",
"tslib": "2.1.0"
},
"gitHead": "c7c1459b081f46d97f5c3d1148a391bcb572f7c8"
"gitHead": "2703f3ef8c11803f584c9560affcae50ef7d830d"
}

@@ -36,2 +36,3 @@ import {

impersonate(token: string, impersonated: ImpersonationUserIdentity): Promise<ImpersonationResult>;
requestMagicLinkEmail(email: string): Promise<void>;
}
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