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.0 to 3.5.1

13

modules-api.js

@@ -286,5 +286,14 @@ /**

{name: "fundSellOffer", params: [ "A_funderId", "S_funderCredentials", "I_forBuyOfferId" ]},
{name: "fundBuyOffer", params: [ "A_funderId", "S_funderCredentials", "I_forSellOfferId" ]},
{name: "askForZFeeFunding", params: [ "A_userId", "S_unserCredentials", "S_fundingPubK", "S_fundingPrvK" ], returns: "B_isOk"},
{name: "getZFeeFunding", params: [ "A_userId", ["S_fundingPubK", null], ["IC_contractId", 0], ["S_contractMethodName", null] ], returns: "O_zfeeFunding"},
{name: "getFundingOffer", params: [ "A_userId", ["S_fundingPubK", null], ["IC_contractId", 0], ["S_contractMethodName", null] ], returns: "O_offerFunding"},
{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: "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: "offerSellCommonLicense", params: ["IC_licenseTypeCode", "A_sellerId", "S_sellerCredentials", "A_buyerId", "I_dabId", "I_minLeosPrice", ["SC_termSheetTemplate", "licenseUnrestrictedTerms"], ["O_terms", null]], returns: "IC_tradeStatusCode"},

@@ -291,0 +300,0 @@ {name: "offerBuyCommonLicense", params: ["IC_licenseTypeCode", "A_buyerId", "S_buyerCredentials", "I_dabId", "I_maxLeosPrice", ["SC_termSheetTemplate", "licenseUnrestrictedTerms"], ["O_terms", null]], returns: "IC_tradeStatusCode"},

2

package.json
{
"name": "dsd-constants-lib",
"version": "3.5.0",
"version": "3.5.1",
"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