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

unielon-coin-bitcoin

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unielon-coin-bitcoin - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

3

dist/inscribedrc.js

@@ -36,2 +36,3 @@ "use strict";

const opDeploy = "deploy";
const opTransfer = "transfer";
const opDeposit = "deposit";

@@ -96,3 +97,3 @@ const drc20P = "drc-20";

let prevOutputValue = defaultRevealOutValue * repeats;
if (body.p == drc20P && opDeploy == body.op) {
if (body.p == drc20P && (opDeploy == body.op || opTransfer == body.op)) {
const baseFee = 50000000;

@@ -99,0 +100,0 @@ const changePkScript = bitcoin.address.toOutputScript(feeAddress, network);

{
"name": "unielon-coin-bitcoin",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

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

Sorry, the diff of this file is not supported yet

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