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

deso-protocol

Package Overview
Dependencies
Maintainers
2
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deso-protocol - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2-beta.1

4

package.json
{
"name": "deso-protocol",
"version": "0.2.1",
"version": "0.2.2-beta.1",
"type": "commonjs",
"dependencies": {
"deso-protocol-types": "^0.2.1",
"deso-protocol-types": "0.3.0-beta.3",
"axios": "^0.25.0"

@@ -8,0 +8,0 @@ },

@@ -12,8 +12,2 @@ "use strict";

async getPostsForPublicKey(request) {
// const request: Partial<GetPostsForPublicKeyRequest> = {
// PublicKeyBase58Check: '',
// Username,
// ReaderPublicKeyBase58Check,
// NumToFetch: 10,
// };
return (await axios_1.default.post(`${this.node.getUri()}/get-posts-for-public-key`, request)).data;

@@ -20,0 +14,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