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

tardis-dev

Package Overview
Dependencies
Maintainers
1
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tardis-dev - npm Package Compare versions

Comparing version 10.1.8 to 10.1.9

2

dist/exchangedetails.d.ts

@@ -8,3 +8,3 @@ import { Exchange, FilterForExchange } from './types';

};
export declare type DatasetType = 'trades' | 'incremental_book_L2' | 'quotes' | 'derivative_ticker';
export declare type DatasetType = 'trades' | 'incremental_book_L2' | 'quotes' | 'derivative_ticker' | 'options_chain';
declare type Datasets = {

@@ -11,0 +11,0 @@ dataTypes: DatasetType[];

{
"name": "tardis-dev",
"version": "10.1.8",
"version": "10.1.9",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=12"

@@ -19,3 +19,3 @@ import got from 'got'

export type DatasetType = 'trades' | 'incremental_book_L2' | 'quotes' | 'derivative_ticker'
export type DatasetType = 'trades' | 'incremental_book_L2' | 'quotes' | 'derivative_ticker' | 'options_chain'

@@ -22,0 +22,0 @@ type Datasets = {

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