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

trusted-accounts-sdk-node

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trusted-accounts-sdk-node - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "trusted-accounts-sdk-node",
"version": "1.0.1",
"version": "1.0.2",
"description": "A simple SDK for Trusted Accounts for NodeJS",

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

// trusted-accounts-sdk-node.d.ts
declare module 'trusted-accounts-sdk-node' {
export class TrustedAccountsClient {
constructor(clientId: string, redirectUri: string, authUrl?: string);
class TrustedAccountsClient {
constructor(clientId: string, redirectUri: string, authUrl?: string, tokenUrl?: string);

@@ -9,2 +9,4 @@ generateVerificationLink(email: string): Promise<string>;

}
export default TrustedAccountsClient;
}
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