Socket
Socket
Sign inDemoInstall

@apio/timeframes

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apio/timeframes - npm Package Compare versions

Comparing version 0.1.13 to 0.1.17

7

CHANGELOG.md

@@ -1,3 +0,8 @@

# 📦 0.1.1 (23 Oct 2022)
# 📦 0.1.1 (24 Oct 2022)
- [724e6](https://github.com/fatmatto/timeframes/commit/724e630b6db8932f92ba8a6fccbbf2a8e105b816) chore(release): 0.1.17
- [50bc1](https://github.com/fatmatto/timeframes/commit/50bc17c691167c48999023ee6a98a3bde5d1bd93) chore(release): 0.1.15
- [f29a3](https://github.com/fatmatto/timeframes/commit/f29a3cd0e463d65f9156f80013ffebf0a2c3d2ca) fix: TimeFrame.rows() should return Row[]
- [76e67](https://github.com/fatmatto/timeframes/commit/76e67e2c5e9d9e773cf52cbbb507105c324bce6c) 📦 Release 0.1.13 standard-version [skip ci]
- [7eaf8](https://github.com/fatmatto/timeframes/commit/7eaf8365c0e1892a9ff74787fe29cb1958fdfe81) chore(release): 0.1.13
- [75a4d](https://github.com/fatmatto/timeframes/commit/75a4d1d4880bf45adcc2ab14d7de1965bbe3bb4d) doc: update docs
- [497de](https://github.com/fatmatto/timeframes/commit/497de104e03a90e4fb214aa2ad702a08fdba56b6) perf: add index to series

@@ -4,0 +9,0 @@ - [5cdb1](https://github.com/fatmatto/timeframes/commit/5cdb1caf4d0355f44ec70694aefa0d27158adc90) doc: fix TimeFrame.aggregate() doc

2

package.json
{
"name": "@apio/timeframes",
"version": "0.1.13",
"version": "0.1.17",
"description": "Library for dealing with timeseries data",

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

@@ -203,3 +203,3 @@ import { TimeSerie } from './timeserie'

*/
rows (): readonly Row[] {
rows (): Row[] {
return Object.entries(this.data).map(([time, values]) => ({ time, ...values }))

@@ -206,0 +206,0 @@ }

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