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

@credify/credify-js

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@credify/credify-js - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

dist/index.d.ts

@@ -5,2 +5,3 @@ import { createAccount, login } from "./domain/accountUseCase";

import { Wallet, createWallet } from "./hdwallet/wallet";
export { createWallet, createAccount, login, authorize, attachCustomClaims, getOIDCInfo, getAttachCustomClaims, UserProfile, Wallet, AccountModel, OIDCInfoModel, ScopeInfoModel, };
import { OpenIDConnectClient } from "./oidc/oidc";
export { createWallet, createAccount, login, authorize, attachCustomClaims, getOIDCInfo, getAttachCustomClaims, UserProfile, Wallet, AccountModel, OIDCInfoModel, ScopeInfoModel, OpenIDConnectClient, };

@@ -1,1 +0,6 @@

export {};
export declare class OpenIDConnectClient {
private readonly clientId;
private readonly redirectUri;
constructor(clientId: string, redirectUrl: string);
login(): void;
}
{
"name": "@credify/credify-js",
"version": "1.0.0",
"version": "1.0.1",
"description": "Credify JS Library",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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