🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@dynamic-labs/types

Package Overview
Dependencies
Maintainers
1
Versions
878
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynamic-labs/types - npm Package Compare versions

Comparing version
4.89.0
to
4.90.0
+1
-1
package.cjs

@@ -6,4 +6,4 @@ 'use client'

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

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

"dependencies": {
"@dynamic-labs/sdk-api-core": "0.0.1015",
"@dynamic-labs/assert-package-version": "4.89.0"
"@dynamic-labs/sdk-api-core": "0.0.1046",
"@dynamic-labs/assert-package-version": "4.90.0"
},
"peerDependencies": {}
}

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