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

dsd-constants-lib

Package Overview
Dependencies
Maintainers
1
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dsd-constants-lib - npm Package Compare versions

Comparing version 3.5.12 to 3.5.13

8

lib/constants.js

@@ -244,2 +244,10 @@ /**

static get smartStatuses() {
return {
StatusProposalWritten: { name: "Proposal was written. But relation is not established. Check opposite proposal", id: 201 },
StatusRelationEstablished: { name: "Proposal was written. Relation was established on the blockchain", id: 202 },
StatusProposalRejected: { name: "Proposal was not written on the blockchain", id: 401 },
};
}
static get transferStatuses() {

@@ -246,0 +254,0 @@ return {

8

modules-api.js

@@ -294,9 +294,9 @@ /**

{name: "fundZFeeForContractMethod", params: [ "A_funderId", "S_funderCredentials", ["S_fundingPubK", null], ["IC_contractId", 0], ["S_contractMethodName", null] ], returns: "O_zfeeFunding"},
{name: "unfundZFeeForContractMethod", params: [ "A_funderId", "S_funderCredentials", ["S_fundingPubK", null], ["IC_contractId", 0], ["S_contractMethodName", null] ], returns: "O_offerFunding"},
{name: "fundZFeeForContractMethod", params: [ "A_funderId", "S_funderCredentials", "S_fundingPubK", ["IC_contractId", 0], ["S_contractMethodName", null] ], returns: "O_zfeeFunding"},
{name: "unfundZFeeForContractMethod", params: [ "A_funderId", "S_funderCredentials", "S_fundingPubK", ["IC_contractId", 0], ["S_contractMethodName", null] ], returns: "O_offerFunding"},
{name: "fundSellerToAcceptBuyOffer", params: [ "A_funderId", "S_funderCredentials", "S_fundingPubK", "IC_licenseTypeCode", "I_forBuyOfferId" ], returns: "B_isOk"},
{name: "fundBuyerToAcceptSellOffer", params: [ "A_funderId", "S_funderCredentials", "S_fundingPubK", "IC_licenseTypeCode", "I_forSellOfferId" ], returns: "B_isOk"},
{name: "unfundSellerToAcceptBuyOffer", params: [ "A_funderId", "S_funderCredentials", ["S_fundingPubK", null], ["IC_licenseTypeCode", 0], ["I_forBuyOfferId", 0] ], returns: "B_isOk"},
{name: "unfundBuyerToAcceptSellOffer", params: [ "A_funderId", "S_funderCredentials", ["S_fundingPubK", null], ["IC_licenseTypeCode", 0], ["I_forSellOfferId", 0] ], returns: "B_isOk"},
{name: "unfundSellerToAcceptBuyOffer", params: [ "A_funderId", "S_funderCredentials", ["S_fundingPubK", null], "IC_licenseTypeCode", "I_forBuyOfferId" ], returns: "B_isOk"},
{name: "unfundBuyerToAcceptSellOffer", params: [ "A_funderId", "S_funderCredentials", ["S_fundingPubK", null], "IC_licenseTypeCode", "I_forSellOfferId" ], returns: "B_isOk"},

@@ -303,0 +303,0 @@ {name: "offerSellCommonLicense", params: ["IC_licenseTypeCode", "A_sellerId", "S_sellerCredentials", "A_buyerId", "I_dabId", "I_minLeosPrice", ["SC_termSheetTemplate", "licenseUnrestrictedTerms"], ["O_terms", null]], returns: "IC_tradeStatusCode"},

{
"name": "dsd-constants-lib",
"version": "3.5.12",
"version": "3.5.13",
"dependencies": {},

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

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