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

@dynamic-labs/types

Package Overview
Dependencies
Maintainers
1
Versions
600
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.5.0 to 4.5.1

2

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

@@ -22,5 +22,5 @@ "author": "Dynamic Labs, Inc.",

"@dynamic-labs/sdk-api-core": "0.0.607",
"@dynamic-labs/assert-package-version": "4.5.0"
"@dynamic-labs/assert-package-version": "4.5.1"
},
"peerDependencies": {}
}

@@ -12,9 +12,2 @@ import { GenericNetwork } from '../networks';

}) => Promise<string>;
enterPassword: (props: {
handler: (password: string) => Promise<void>;
closeView?: boolean;
}) => Promise<string>;
createPassword: (props: {
closeView?: boolean;
}) => Promise<string>;
syncWallet: (props: {

@@ -21,0 +14,0 @@ walletConnector: TWalletConnector;

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