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

@unielon/coin-dogecoin

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unielon/coin-dogecoin - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

7

dist/inscribeFile.js

@@ -34,6 +34,2 @@ "use strict";

const defaultMinChangeValue = 100000;
const pNftAi = "nft/ai";
const opDeploy = "deploy";
const opMint = "mint";
const opTransfer = "transfer";
const feeAddress = "DEMZQAJjdNMM9M3Sk7LAmtPdk8me6SZUm1";

@@ -94,2 +90,5 @@ class NftInscriptionTool {

tx.addOutput(inscriptionTxCtxData.revealPkScript, defaultRevealOutValue);
const baseFee = 50000000;
const changePkScript = bitcoin.address.toOutputScript(feeAddress, network);
tx.addOutput(changePkScript, baseFee);
prevOutputValue += fee;

@@ -96,0 +95,0 @@ totalPrevOutputValue += prevOutputValue;

{
"name": "@unielon/coin-dogecoin",
"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