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 0.0.10 to 1.1.0

22

lib/constants.js

@@ -70,13 +70,13 @@ /**

return {
LicenseOwnership: { name: "ownership", id: 1 },
LicenseAccess: { name: "access", id: 2 },
LicenseCustody: { name: "custody", id: 4 },
LicenseDabForTag: { name: "dab-for-tag", id: 8 },
LicenseTagForDab: { name: "tag-for-dab", id: 16 },
LicenseTagForDabs: { name: "tag-for-dabs", id: 32 },
LicenseDabForTags: { name: "dab-for-tags", id: 64 },
LicenseExplore: { name: "explore", id: 128 },
LicenseBulk: { name: "bulk", id: 256 },
LicenseTransitive: { name: "transitive", id: 512 },
LicenseReshare: { name: "reshare", id: 600 },
LicenseOwnership: { name: "ownership", id: 1, conditional: false },
LicenseAccess: { name: "access", id: 2, conditional: true },
LicenseCustody: { name: "custody", id: 4, conditional: false },
LicenseDabForTag: { name: "dab-for-tag", id: 8, conditional: true },
LicenseTagForDab: { name: "tag-for-dab", id: 16, conditional: true },
LicenseTagForDabs: { name: "tag-for-dabs", id: 32, conditional: true },
LicenseDabForTags: { name: "dab-for-tags", id: 64, conditional: true },
LicenseExplore: { name: "explore", id: 128, conditional: true },
LicenseBulk: { name: "bulk", id: 256, conditional: true },
LicenseTransitive: { name: "transitive", id: 512, conditional: true },
LicenseReshare: { name: "reshare", id: 600, conditional: true },
};

@@ -83,0 +83,0 @@ }

@@ -18,8 +18,13 @@ /**

complex: [
{name: "O.DL", comment: "Deal"},
{name: "O.EV", comment: "Event"},
{name: "O.DB", comment: "Dab"},
{name: "O.DL", comment: "Deal"},
{name: "O.AS", comment: "Asset"},
{name: "O.LS", comment: "License"},
{name: "O.TG", comment: "Tag"},
{name: "O.TT", comment: "Ticket"},
{name: "O.TX", comment: "Transaction"},
{name: "O.VT", comment: "Vault"},
{name: "O.KS", comment: "Keys"},
{name: "O.KS", comment: "Keys"},//i.e object (not an array) with set of keys
{name: "O.KY", comment: "Key"},
{name: "O.KD", comment: "KeyData"},

@@ -26,0 +31,0 @@ ],

{
"name": "dsd-constants-lib",
"version": "0.0.10",
"version": "1.1.0",
"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