Socket
Socket
Sign inDemoInstall

deso-protocol

Package Overview
Dependencies
3
Maintainers
2
Versions
213
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "deso-protocol",
"version": "0.1.1",
"version": "0.1.2",
"type": "commonjs",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -1,2 +0,1 @@

import { Admin } from './lib/admin/Admin';
import { Identity } from './lib/identity/Identity';

@@ -10,4 +9,4 @@ import { MetaData } from './lib/meta-data/MetaData';

import { Node } from './lib/node/Node';
import { Wallet } from './lib/wallet/Wallet';
import { Transactions } from './lib/transaction/Transaction';
import { Wallet } from './lib/wallet/Wallet';
export declare class Deso {

@@ -17,3 +16,3 @@ constructor();

identity: Identity;
admin: Admin;
private admin;
private media;

@@ -20,0 +19,0 @@ metaData: MetaData;

@@ -17,4 +17,4 @@ "use strict";

const Tutorial_1 = require("./lib/tutorial/Tutorial");
const Wallet_1 = require("./lib/wallet/Wallet");
const Transaction_1 = require("./lib/transaction/Transaction");
const Wallet_1 = require("./lib/wallet/Wallet");
class Deso {

@@ -21,0 +21,0 @@ constructor() {

import { Node } from '../node/Node';
import { Identity } from '../identity/Identity';
export declare class Admin {
node: Node;
identity: Identity;
private node;
private identity;
constructor(node: Node, identity: Identity);
}
import { Node } from '../node/Node';
import { AppendExtraDataRequest, GetDecryptMessagesRequest, GetDecryptMessagesResponse, LoginUser, SendMessageStatelessRequest } from 'deso-protocol-types';
export declare class Identity {
node: Node;
private node;
constructor(node: Node);

@@ -6,0 +6,0 @@ getIframe(): HTMLIFrameElement;

@@ -5,4 +5,4 @@ import { GetFullTikTokURLRequest, GetFullTikTokURLResponse, GetVideoStatusRequest, GetVideoStatusResponse, UploadImageRequest, UploadImageResponse } from 'deso-protocol-types';

export declare class Media {
node: Node;
identity: Identity;
private node;
private identity;
constructor(node: Node, identity: Identity);

@@ -9,0 +9,0 @@ uploadImage(request: Partial<UploadImageRequest>): Promise<UploadImageResponse>;

import { Identity } from '../identity/Identity';
import { Node } from '../node/Node';
export declare class MetaData {
node: Node;
identity: Identity;
private node;
private identity;
constructor(node: Node, identity: Identity);
getAppState(): Promise<any>;
}
import { Node } from '../node/Node';
import { Identity } from '../identity/Identity';
export declare class Miner {
node: Node;
identity: Identity;
private node;
private identity;
constructor(node: Node, identity: Identity);
}

@@ -5,4 +5,4 @@ import { AcceptNFTBidRequest, AcceptNFTBidResponse, AcceptNFTTransferRequest, BurnNFTRequest, BurnNFTResponse, CreateNFTBidRequest, CreateNFTBidResponse, CreateNFTRequest, CreateNFTResponse, GetNextNFTShowcaseResponse, GetNFTBidsForNFTPostRequest, GetNFTBidsForNFTPostResponse, GetNFTBidsForUserRequest, GetNFTBidsForUserResponse, GetNFTCollectionSummaryRequest, GetNFTCollectionSummaryResponse, GetNFTEntriesForPostHashRequest, GetNFTEntriesForPostHashResponse, GetNFTsForUserRequest, GetNFTsForUserResponse, GetNFTShowcaseRequest, GetNFTShowcaseResponse, TransferNFTRequest, TransferNFTResponse, UpdateNFTRequest, UpdateNFTResponse } from 'deso-protocol-types';

export declare class Nft {
node: Node;
identity: Identity;
private node;
private identity;
constructor(node: Node, identity: Identity);

@@ -9,0 +9,0 @@ getNftsForUser(request: Partial<GetNFTsForUserRequest>): Promise<GetNFTsForUserResponse>;

@@ -5,4 +5,4 @@ import { GetNotificationsCountRequest, GetNotificationsCountResponse, GetNotificationsRequest, GetNotificationsResponse, SetNotificationMetadataRequest } from 'deso-protocol-types';

export declare class Notification {
node: Node;
identity: Identity;
private node;
private identity;
constructor(node: Node, identity: Identity);

@@ -9,0 +9,0 @@ getNotifications(request: Partial<GetNotificationsRequest>): Promise<GetNotificationsResponse>;

@@ -1,2 +0,2 @@

import { AppendExtraDataRequest, GetDiamondsForPostRequest, GetDiamondsForPostResponse, GetLikesForPostRequest, GetLikesForPostResponse, GetPostsDiamondedBySenderForReceiverRequest, GetPostsDiamondedBySenderForReceiverResponse, GetPostsForPublicKeyResponse, GetPostsStatelessRequest, GetPostsStatelessResponse, GetQuoteRepostsForPostRequest, GetQuoteRepostsForPostResponse, GetRepostsForPostRequest, GetSinglePostRequest, GetSinglePostResponse, HotFeedPageRequest, HotFeedPageResponse, SubmitPostRequest, SubmitPostResponse } from 'deso-protocol-types';
import { GetDiamondsForPostRequest, AppendExtraDataRequest, GetDiamondsForPostResponse, GetLikesForPostRequest, GetLikesForPostResponse, GetPostsDiamondedBySenderForReceiverRequest, GetPostsDiamondedBySenderForReceiverResponse, GetPostsForPublicKeyResponse, GetPostsStatelessRequest, GetPostsStatelessResponse, GetQuoteRepostsForPostRequest, GetQuoteRepostsForPostResponse, GetRepostsForPostRequest, GetSinglePostRequest, GetSinglePostResponse, HotFeedPageRequest, HotFeedPageResponse, SubmitPostRequest, SubmitPostResponse } from 'deso-protocol-types';
import { Identity } from '../identity/Identity';

@@ -7,4 +7,4 @@ import { Node } from '../node/Node';

static transaction: Transactions;
node: Node;
identity: Identity;
private node;
private identity;
constructor(node: Node, identity: Identity);

@@ -11,0 +11,0 @@ getPostsForPublicKey(ReaderPublicKeyBase58Check: string, Username: string): Promise<GetPostsForPublicKeyResponse>;

@@ -5,4 +5,4 @@ import { Node } from '../node/Node';

export declare class Referral {
node: Node;
identity: Identity;
private node;
private identity;
constructor(node: Node, identity: Identity);

@@ -9,0 +9,0 @@ getReferralInfoForUser(request: Partial<GetReferralInfoForUserRequest>): Promise<GetReferralInfoForUserResponse>;

@@ -6,4 +6,4 @@ import { CreateFollowTxnStatelessRequest, CreateFollowTxnStatelessResponse, CreateLikeStatelessRequest, CreateLikeStatelessResponse, GetDecryptMessagesResponse, GetDiamondsForPublicKeyRequest, GetDiamondsForPublicKeyResponse, GetFollowsResponse, GetFollowsStatelessRequest, GetHodlersForPublicKeyRequest, GetHodlersForPublicKeyResponse, GetMessagesStatelessRequest, IsFolllowingPublicKeyResponse, IsFollowingPublicKeyRequest, IsHodlingPublicKeyRequest, IsHodlingPublicKeyResponse, SendDiamondsRequest, SendDiamondsResponse, SendMessageStatelessRequest, UpdateProfileRequest, UpdateProfileResponse } from 'deso-protocol-types';

export declare class Social {
node: Node;
identity: Identity;
private node;
private identity;
user: User;

@@ -10,0 +10,0 @@ constructor(node: Node, identity: Identity, user: User);

@@ -5,4 +5,4 @@ import { GetTutorialCreatorResponse, GetTutorialCreatorsRequest, StartOrSkipTutorialRequest, UpdateTutorialStatusRequest } from 'deso-protocol-types';

export declare class Tutorial {
node: Node;
identity: Identity;
private node;
private identity;
constructor(node: Node, identity: Identity);

@@ -9,0 +9,0 @@ getTutorialCreators(request: Partial<GetTutorialCreatorsRequest>): Promise<GetTutorialCreatorResponse>;

@@ -5,4 +5,4 @@ import { Identity } from '../identity/Identity';

export declare class User {
node: Node;
identity: Identity;
private node;
private identity;
constructor(node: Node, identity: Identity);

@@ -9,0 +9,0 @@ getUserStateless(request: Partial<GetUsersStatelessRequest>): Promise<GetUsersResponse>;

@@ -5,4 +5,4 @@ import { SendDeSoRequest, SendDeSoResponse, TransferCreatorCoinRequest, TransferCreatorCoinResponse } from 'deso-protocol-types';

export declare class Wallet {
node: Node;
identity: Identity;
private node;
private identity;
constructor(node: Node, identity: Identity);

@@ -9,0 +9,0 @@ sendDesoRequest(request: Partial<SendDeSoRequest>): Promise<SendDeSoResponse>;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc