trusted-accounts-sdk-node
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"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; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4892
52