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.142 to 1.0.143

1

lib/models/epoch/AssetSubmission.d.ts

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

assetIndex: number;
offsetUsed?: number;
price: BigNumber;

@@ -8,0 +9,0 @@ random: number;

2

package.json
{
"name": "tso-data-models",
"version": "1.0.142",
"version": "1.0.143",
"description": "",

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

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

assetIndex: number;
offsetUsed?: number;
price: BigNumber;

@@ -43,3 +44,3 @@ random: number;

}
export class AssetSubmissionFactory {
export class AssetSubmissionFactory {
static fromCSVRows(rowsOfData: any[]): AssetSubmission[] {

@@ -46,0 +47,0 @@ const listToReturn: AssetSubmission[] = [];

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