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.2.0 to 1.2.1

LICENSE

12

dist/domain/appConnectUseCase.d.ts

@@ -65,2 +65,12 @@ import { AccountModel, OIDCInfoModel, ScopeModel } from "./model";

/**
* Creates OpenID Connect URL with custom responseType, responseMode param
* @param id
* @param redirectUri
* @param scopes
* @param config
* @param responseType
* @param responseMode
*/
declare const oidcUrlCustomResponse: (id: string, redirectUri: string, scopes: string[], config: Config, responseType: string, responseMode: string) => string;
/**
* Creates OpenID Connect URL

@@ -89,2 +99,2 @@ * @param id

declare const getUserInfo: (mnemonic: string, accessToken: string, config: Config) => Promise<object>;
export { authorize, attachCustomClaims, getOIDCInfo, getOffer, getOffers, getAttachClaims, startLogin, offerUrl, oidcUrl, getOfferEvaluate, getUserInfo, };
export { authorize, attachCustomClaims, getOIDCInfo, getOffer, getOffers, getAttachClaims, startLogin, offerUrl, oidcUrl, oidcUrlCustomResponse, getOfferEvaluate, getUserInfo, };

4

dist/index.d.ts
import { createAccount, login, getAccount } from "./domain/accountUseCase";
import { authorize, attachCustomClaims, getOIDCInfo, getOffer, getOffers, getAttachClaims, startLogin, offerUrl, oidcUrl, getOfferEvaluate, getUserInfo } from "./domain/appConnectUseCase";
import { authorize, attachCustomClaims, getOIDCInfo, getOffer, getOffers, getAttachClaims, startLogin, offerUrl, oidcUrl, oidcUrlCustomResponse, getOfferEvaluate, getUserInfo } from "./domain/appConnectUseCase";
import { UserProfile, AccountModel, OIDCInfoModel, AttachedClaimsModel, ClaimProviderModel, ScopeModel, ClaimModel } from "./domain/model";

@@ -11,2 +11,2 @@ import { Wallet, createWallet, decryptBase64 } from "./hdwallet/wallet";

import { parseStringValueByType } from "./utils/commonUtil";
export { parseStringValueByType, createWallet, createAccount, getAccount, login, authorize, attachCustomClaims, getOIDCInfo, getOffer, getOffers, getAttachClaims, getOfferEvaluate, startLogin, offerUrl, oidcUrl, signature, configure, buildClaimData, getUserInfo, decryptBase64, UserProfile, ProfileEntity, Config, Wallet, AccountModel, OIDCInfoModel, Deal, DealCondition, DealClaim, AttachedClaimsModel, ClaimProviderModel, ScopeModel, ClaimModel, };
export { parseStringValueByType, createWallet, createAccount, getAccount, login, authorize, attachCustomClaims, getOIDCInfo, getOffer, getOffers, getAttachClaims, getOfferEvaluate, startLogin, offerUrl, oidcUrl, oidcUrlCustomResponse, signature, configure, buildClaimData, getUserInfo, decryptBase64, UserProfile, ProfileEntity, Config, Wallet, AccountModel, OIDCInfoModel, Deal, DealCondition, DealClaim, AttachedClaimsModel, ClaimProviderModel, ScopeModel, ClaimModel, };
{
"name": "@credify/credify-js",
"version": "1.2.0",
"version": "1.2.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