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

@aguycalled/bitcore-lib

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aguycalled/bitcore-lib - npm Package Compare versions

Comparing version 0.15.31 to 0.15.32

2

lib/transaction/output.js

@@ -385,3 +385,3 @@ "use strict";

if (flags & (0x1 << 6)) {
writer.writeUInt64LEBN(writer, this.tokenNftId);
writer.writeUInt64LEBN(BN.fromString(this.tokenNftId.toString()));
}

@@ -388,0 +388,0 @@ if (flags & (0x1 << 7)) {

@@ -183,3 +183,3 @@ {

},
"version": "0.15.31"
"version": "0.15.32"
}
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