Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tso-data-models

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tso-data-models - npm Package Compare versions

Comparing version 1.0.145 to 1.0.146

4

lib/models/epoch/AssetSubmission.js

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

// this.price = BigNumber.from(initialFormat);
this.price = ethers_1.BigNumber.from(price);
console.log("P1 ", price);
console.log("P2 ", price.toString());
this.price = ethers_1.BigNumber.from(price.toString());
this.random = this.getRandomInt();

@@ -19,0 +21,0 @@ }

{
"name": "tso-data-models",
"version": "1.0.145",
"version": "1.0.146",
"description": "",

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

@@ -23,4 +23,6 @@ import { BigNumber, ethers } from "ethers";

// }
// this.price = BigNumber.from(initialFormat);
this.price = BigNumber.from(price);
// this.price = BigNumber.from(initialFormat);
console.log("P1 ", price)
console.log("P2 ", price.toString())
this.price = BigNumber.from(price.toString());
this.random = this.getRandomInt();

@@ -27,0 +29,0 @@ }

Sorry, the diff of this file is not supported yet

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