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 3.7.5 to 3.7.6

3

lib/constants.js

@@ -284,3 +284,4 @@ /**

}
return "0x"+("0000000000000000"+trReqId).substring(trReqId.length-16).toLowerCase();
trReqId = "0000000000000000"+trReqId;
return "0x"+trReqId.substring(trReqId.length-16).toLowerCase();
}

@@ -287,0 +288,0 @@

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