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

@trinsic/trinsic

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trinsic/trinsic - npm Package Compare versions

Comparing version 1.11.3-pre.3 to 1.11.3-pre.5

2

lib/src/browser/ConnectClient.d.ts
export declare class ConnectClient {
static requestVerifableCredential(request: IVerifiableCredentialRequest): Promise<any>;
static requestVerifiableCredential(request: IVerifiableCredentialRequest): Promise<any>;
static identityVerification(): Promise<any>;

@@ -4,0 +4,0 @@ }

@@ -6,3 +6,3 @@ "use strict";

class ConnectClient {
static async requestVerifableCredential(request) {
static async requestVerifiableCredential(request) {
if (!request || !request.ecosystem || !request.schema) {

@@ -9,0 +9,0 @@ throw new Error("ecosystem and schema are required");

{
"name": "@trinsic/trinsic",
"version": "1.11.3-pre.3",
"version": "1.11.3-pre.5",
"description": "Node and Browser wrapper for the Trinsic services",

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

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

Sorry, the diff of this file is not supported yet

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