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.4.0 to 1.4.1

3

dist/domain/model.d.ts

@@ -91,3 +91,4 @@ import { AccountEntity, AttachedClaimsEntity, ClaimEntity, ClaimProviderEntity, IdentityEntity, LocationEntity, NameEntity, OIDCInfoEntity, PhoneNumberEntity, ProfileEntity, ScopeEntity } from "../entity/entity";

offerCode: string;
constructor(name: string, logoUri: string, scopes: string[], optionalScopes: string[], entityId: string, offerCode: string);
ecosystemId: string;
constructor(name: string, logoUri: string, scopes: string[], optionalScopes: string[], entityId: string, offerCode: string, ecosystemId: string);
static fromEntity(entity: OIDCInfoEntity): OIDCInfoModel;

@@ -94,0 +95,0 @@ }

@@ -47,2 +47,3 @@ import { ClaimType, IdentityCategory, IdentitySource } from "../domain/enumerations";

offerCode: string;
ecosystemId: string;
}

@@ -49,0 +50,0 @@ export interface AttachedClaimsEntity {

{
"name": "@credify/credify-js",
"version": "1.4.0",
"version": "1.4.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