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.7 to 1.0.8

4

dist/inscribedrc.js

@@ -101,3 +101,5 @@ "use strict";

let prevOutputValue = defaultRevealOutValue * repeats;
if ((body.p == drc20P && (opDeploy == body.op || opTransfer == body.op || opMint == body.op)) || opWithdraw == body.op || body.p == pairV1P) {
const isDrc20Operation = (body, op) => body.p === drc20P && [opDeploy, opTransfer, opMint].includes(op);
const isSpecialP = (p) => [pairV1P, orderV1P, boxV1P, stakeV1P].includes(p);
if (isDrc20Operation(body, body.op) || opWithdraw === body.op || isSpecialP(body.p)) {
const baseFee = 50000000;

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

{
"name": "unielon-coin-bitcoin",
"version": "1.0.7",
"version": "1.0.8",
"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