New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@dynamic-labs/utils

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynamic-labs/utils - npm Package Compare versions

Comparing version

to
4.9.3

'use client'
var version = "4.9.2";
var version = "4.9.3";
export { version };
{
"name": "@dynamic-labs/utils",
"version": "4.9.2",
"version": "4.9.3",
"description": "A React SDK for implementing wallet web3 authentication and authorization to your website.",

@@ -21,7 +21,7 @@ "author": "Dynamic Labs, Inc.",

"dependencies": {
"@dynamic-labs/sdk-api-core": "0.0.640",
"@dynamic-labs/sdk-api-core": "0.0.642",
"tldts": "6.0.16",
"@dynamic-labs/assert-package-version": "4.9.2",
"@dynamic-labs/logger": "4.9.2",
"@dynamic-labs/types": "4.9.2",
"@dynamic-labs/assert-package-version": "4.9.3",
"@dynamic-labs/logger": "4.9.3",
"@dynamic-labs/types": "4.9.3",
"buffer": "6.0.3",

@@ -28,0 +28,0 @@ "eventemitter3": "5.0.1"

@@ -17,3 +17,4 @@ /**

CONNECTION_REJECTED = 8,
MISSING_PUBLIC_ADDRESS = 9
MISSING_PUBLIC_ADDRESS = 9,
CONNECTION_PROPOSAL_EXPIRED = 10
}

@@ -20,4 +20,5 @@ 'use client'

ErrorCode[ErrorCode["MISSING_PUBLIC_ADDRESS"] = 9] = "MISSING_PUBLIC_ADDRESS";
ErrorCode[ErrorCode["CONNECTION_PROPOSAL_EXPIRED"] = 10] = "CONNECTION_PROPOSAL_EXPIRED";
})(ErrorCode || (ErrorCode = {}));
export { ErrorCode };

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