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

@ducatus/ducatuscore-lib

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ducatus/ducatuscore-lib - npm Package Compare versions

Comparing version 10.0.1 to 10.0.2

8

lib/crypto/point.js

@@ -76,3 +76,3 @@ 'use strict';

Point.prototype._getX = Point.prototype.getX;
Point._getX = Point.prototype.getX;

@@ -85,7 +85,7 @@ /**

*/
Point.prototype.getX = function getX() {
Point.getX = function getX() {
return new BN(this._getX().toArray());
};
Point.prototype._getY = Point.prototype.getY;
Point._getY = Point.prototype.getY;

@@ -98,3 +98,3 @@ /**

*/
Point.prototype.getY = function getY() {
Point.getY = function getY() {
return new BN(this._getY().toArray());

@@ -101,0 +101,0 @@ };

{
"name": "@ducatus/ducatuscore-lib",
"version": "10.0.1",
"version": "10.0.2",
"description": "A pure and powerful JavaScript Bitcoin library.",

@@ -5,0 +5,0 @@ "main": "index.js",

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