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.1.8 to 1.1.9

4

dist/inscribeRouter.js

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

};
if (tick0 === "WDOGE(WRAPPED-DOGE)" || (tick0_id === "WDOGE(WRAPPED-DOGE)" && doge === 1)) {
if ((tick0 === "WDOGE(WRAPPED-DOGE)" || tick0_id === "WDOGE(WRAPPED-DOGE)") && doge === 1) {
const amount = amt0 || 0;

@@ -106,3 +106,3 @@ processWDOGE(amount);

}
if (tick1 === "WDOGE(WRAPPED-DOGE)" && op !== 'swap' && op !== 'trade') {
if (tick1 === "WDOGE(WRAPPED-DOGE)" && op !== 'swap' && op !== 'trade' && doge === 1) {
const amount = amt1 || 0;

@@ -109,0 +109,0 @@ processWDOGE(amount);

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