Socket
Socket
Sign inDemoInstall

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 1.9.6 to 1.9.7

7

lib/types-convention.js

@@ -159,3 +159,3 @@ /**

givenParamsNames.forEach(g => {
if(!names.all.find(mg => { return mg == g;}))
if(!names.all.find(mg => { return mg == g; }))
wrong.redundant.push({ name: g, description: ""+g+" unsupported" });

@@ -170,6 +170,3 @@ });

let names = TypesConvention.listParamsNames(methodItem);
//name = {{mandatory: Array, optional: Array, defaults: Array }}
// { ownerId: '0xb9ac1d430841bc99b6c03e772e6f7d755efb1df2', ownerPassword: '12345678',
// publicDescription: 'TAG description', custodians: [],
// title: 'TAG title', encryptedKey: 'TAG encryption key' }
names.all.forEach(n => {

@@ -176,0 +173,0 @@ let i = names.optional.indexOf(n);

@@ -150,3 +150,3 @@ /**

{name: "getCustodiansForCommonLabelOffer", params: ["IC_licenseTypeCode", "A_buyerId", "I_dabId"], returns: "O_custodiansArrays"},
{name: "getCustodiansForCommonOffer", params: ["IC_licenseTypeCode", "A_buyerId", "I_dabId"], returns: "O_custodiansArrays"},
{name: "getCustodiansForLabelOffer", params: ["IC_licenseTypeCode", "A_buyerId", ["I_tagId", 0], ["I_dabId", 0]], returns: "O_custodiansArrays"},

@@ -153,0 +153,0 @@

{
"name": "dsd-constants-lib",
"version": "1.9.6",
"version": "1.9.7",
"dependencies": {},
"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