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.5 to 1.0.6

2

lib/models/exchange-api/ExchangeInterface.d.ts
import DataPoint from '../data-point/DataPoint';
interface ExchangeInterface {
export interface ExchangeInterface {
processResponse(responseData: Record<string, any>): DataPoint[];

@@ -4,0 +4,0 @@ }

{
"name": "tso-data-models",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

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

import DataPoint from '../data-point/DataPoint';
interface ExchangeInterface {
export interface ExchangeInterface {
processResponse(responseData: Record<string, any>): DataPoint[];
}
export default ExchangeInterface

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