Socket
Socket
Sign inDemoInstall

tso-data-models

Package Overview
Dependencies
49
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.143 to 1.0.144

4

lib/models/epoch/EpochSubmission.js

@@ -64,5 +64,5 @@ "use strict";

var ftso = listOfFTSOs[i];
console.log('FTS ', ftso);
//console.log('FTS ', ftso)
var sub = listOfPrices[i];
console.log('sub ', sub);
// console.log('sub ', sub)
var hash = sub.getSubmitPriceHash(providerAddress);

@@ -69,0 +69,0 @@ this.listOfHashes.push(hash);

{
"name": "tso-data-models",
"version": "1.0.143",
"version": "1.0.144",
"description": "",

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

@@ -43,5 +43,5 @@ import { BigNumber, ethers } from "ethers";

const ftso = listOfFTSOs[i];
console.log('FTS ', ftso)
//console.log('FTS ', ftso)
const sub: AssetSubmission = listOfPrices[i];
console.log('sub ', sub)
// console.log('sub ', sub)
const hash = sub.getSubmitPriceHash(providerAddress);

@@ -48,0 +48,0 @@ this.listOfHashes.push(hash);

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc