New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bitcore-lib-doge

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcore-lib-doge - npm Package Compare versions

Comparing version 8.25.3 to 8.25.4

6

lib/block/blockheader.js

@@ -356,3 +356,7 @@ 'use strict';

for (let i = 0; i < txInCount; i++) {
txWitnesses.push(br.read(8))
const componentCnt = br.readVarintNum();
for (let j = 0; j < componentCnt; j++) {
const componentLen = br.readVarintNum();
txWitnesses.push(br.read(componentLen));
}
}

@@ -359,0 +363,0 @@ }

4

package.json
{
"name": "bitcore-lib-doge",
"version": "8.25.3",
"version": "8.25.4",
"description": "A pure and powerful JavaScript Dogecoin library.",

@@ -48,3 +48,3 @@ "author": "BitPay <dev@bitpay.com>",

"devDependencies": {
"bitcore-build": "^8.25.3",
"bitcore-build": "^8.25.4",
"brfs": "^2.0.1",

@@ -51,0 +51,0 @@ "chai": "^4.2.0",

Sorry, the diff of this file is too big to display

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