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.0.22 to 10.0.24

2

dist/worker.js

@@ -31,3 +31,3 @@ "use strict";

// each filter will have separate sub dir based on it's sha hash
const cacheDir = `${payload.cacheDir}/feeds/${payload.exchange}/${handy_1.sha256(filters)}/`;
const cacheDir = `${payload.cacheDir}/feeds/${payload.exchange}/${handy_1.sha256(filters)}`;
// start with fetching last slice - it will tell quickly if user has access to the end of requested date range

@@ -34,0 +34,0 @@ await getDataFeedSlice(payload, minutesCountToFetch - 1, filters, cacheDir);

{
"name": "tardis-dev",
"version": "10.0.22",
"version": "10.0.24",
"engines": {

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

@@ -32,3 +32,3 @@ import dbg from 'debug'

// each filter will have separate sub dir based on it's sha hash
const cacheDir = `${payload.cacheDir}/feeds/${payload.exchange}/${sha256(filters)}/`
const cacheDir = `${payload.cacheDir}/feeds/${payload.exchange}/${sha256(filters)}`

@@ -35,0 +35,0 @@ // start with fetching last slice - it will tell quickly if user has access to the end of requested date range

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