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

@dynamic-labs/solana

Package Overview
Dependencies
Maintainers
1
Versions
598
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynamic-labs/solana - npm Package Compare versions

Comparing version 0.18.19 to 0.18.20

12

package.json
{
"name": "@dynamic-labs/solana",
"version": "0.18.19",
"version": "0.18.20",
"repository": {

@@ -30,9 +30,9 @@ "type": "git",

"@solana/web3.js": "1.70.1",
"@dynamic-labs/rpc-providers": "0.18.19",
"@dynamic-labs/types": "0.18.19",
"@dynamic-labs/utils": "0.18.19",
"@dynamic-labs/wallet-book": "0.18.19",
"@dynamic-labs/wallet-connector-core": "0.18.19"
"@dynamic-labs/rpc-providers": "0.18.20",
"@dynamic-labs/types": "0.18.20",
"@dynamic-labs/utils": "0.18.20",
"@dynamic-labs/wallet-book": "0.18.20",
"@dynamic-labs/wallet-connector-core": "0.18.20"
},
"peerDependencies": {}
}

@@ -38,3 +38,3 @@ import { __awaiter } from '../../_virtual/_tslib.js';

}
const signedMessage = (yield provider.signMessage(Buffer.from(messageToSign, 'utf8'), publicAddress));
const signedMessage = (yield provider.signMessage(Buffer.from(messageToSign, 'utf8')));
return bufferToBase64(signedMessage);

@@ -41,0 +41,0 @@ });

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