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

@nexeraid/js-sdk

Package Overview
Dependencies
Maintainers
0
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexeraid/js-sdk - npm Package Compare versions

Comparing version 2.0.4-dev to 2.0.5-dev

10

dist/declarations/src/createApiClient.d.ts

@@ -52,11 +52,10 @@ /**

}) => Promise<{
blockExpiration?: number | undefined;
} & ({
isAuthorized: boolean;
signature: string;
payload: string;
blockExpiration: number;
} | {
isAuthorized: boolean;
errorMessage?: any;
})>;
}>;
getTezosTxAuthDataSignature: (params: {

@@ -71,10 +70,9 @@ userAddress: `tz${string}`;

}) => Promise<{
blockExpiration?: number | undefined;
} & ({
isAuthorized: boolean;
signature: string;
blockExpiration: number;
} | {
isAuthorized: boolean;
errorMessage?: any;
})>;
}>;
attachUserInformation: (params: {

@@ -81,0 +79,0 @@ externalClientId: string;

2

dist/package.json
{
"name": "@nexeraid/js-sdk",
"version": "2.0.4",
"version": "2.0.5",
"description": "NexeraID JS SDK",

@@ -5,0 +5,0 @@ "keywords": [],

{
"name": "@nexeraid/js-sdk",
"version": "2.0.4-dev",
"version": "2.0.5-dev",
"description": "NexeraID JS SDK",

@@ -31,3 +31,3 @@ "keywords": [],

"@nexeraid/identity-api-client": "1.3.215-dev",
"@nexeraid/identity-schemas": "1.12.9-dev",
"@nexeraid/identity-schemas": "1.12.10-dev",
"@nexeraid/logger": "0.1.2-dev"

@@ -34,0 +34,0 @@ },

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