Socket
Socket
Sign inDemoInstall

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.20 to 1.0.21

1

lib/models/epoch/PriceSubmission.js

@@ -7,2 +7,3 @@ "use strict";

function PriceSubmission(submitterAddress, assetName, assetAddress, epochData, submitDelay) {
this.ftsoRegistryAddress = 'ftsoRegistryAddress';
this.assetName = assetName;

@@ -9,0 +10,0 @@ this.providerAddress = submitterAddress;

2

package.json
{
"name": "tso-data-models",
"version": "1.0.20",
"version": "1.0.21",
"description": "",

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

@@ -8,3 +8,3 @@ import { BigNumber, ethers } from "ethers";

assetAddress: string;
ftsoRegistryAddress: string;
ftsoRegistryAddress = 'ftsoRegistryAddress';
providerAddress: string;

@@ -11,0 +11,0 @@ targetSubmitTime?: BigNumber;

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