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.7.11 to 3.7.12

2

lib/type-validators.js

@@ -8,3 +8,3 @@ /**

return p === null
|| (p && typeof p === "string" && p.length == 42 && p.toLowerCase().startsWith("0x"));
|| (p && typeof p === "string" && (p.length == 42 || p.length == 18 || p.length == 16) && p.toLowerCase().startsWith("0x"));
},

@@ -11,0 +11,0 @@ // comment: "Integer"

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