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

@aurox/ohlcv-helpers

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurox/ohlcv-helpers - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

1

dist/OHLCVLiveAggregator.d.ts

@@ -33,2 +33,3 @@ /// <reference types="node" />

prependOnceListener<U extends keyof OHLCVLiveAggregatorEvents>(event: U, listener: OHLCVLiveAggregatorEvents[U]): this;
removeAllListeners(event: keyof OHLCVLiveAggregatorEvents): this;
emit<U extends keyof OHLCVLiveAggregatorEvents>(event: U, ...args: Parameters<OHLCVLiveAggregatorEvents[U]>): boolean;

@@ -35,0 +36,0 @@ }

2

dist/timeUnit.js

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

case 'default':
return `${timeUnit.period}_${timeUnit.granularity.toUpperCase()}`;
return `${timeUnit.period}_${timeUnit.granularity.toLowerCase()}`;
case 'trading-view':

@@ -35,0 +35,0 @@ switch (timeUnit.granularity) {

{
"name": "@aurox/ohlcv-helpers",
"version": "0.6.0",
"version": "0.7.0",
"description": "",

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

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