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

@tidyjs/tidy

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

@tidyjs/tidy - npm Package Versions

13

2.3.1

Diff

Changelog

Source

2.3.1 (2021-05-04)

  • fixes a bug where sliceMax would return nulls instead of max values #33
  • ignores falsy values passed to tidy() so you can more easily opt out of things (or you can use when()). #33
pbeshai
published 2.3.0 •

Changelog

Source

2.3.0 (2021-04-28)

  • adds vector functions: lead, lag (use with mutateWithSummary typically) #32
  • adds TMath.add, TMath.subtract for convenience in handling nully values #32
pbeshai
published 2.2.0 •

Changelog

Source

2.2.0 (2021-04-26)

  • adds fullJoin for completing a full join (now in addition to innerJoin and leftJoin) #31
  • adds the summarizer nDistinct for counting the number of distinct values for a key #30
pbeshai
published 2.1.0 •

Changelog

Source

2.1.0 (2021-04-13)

  • adds minute and second granularity to sequences and tidy-moment #29
pbeshai
published 2.0.8 •

Changelog

Source

2.0.8 (2021-03-05)

  • fixes #23 by having arrange/sort move NaN, null, undefined values to the bottom
pbeshai
published 2.0.7 •

Changelog

Source

2.0.7 (2021-02-24)

  • fixes #21 by having mapEntry be interpreted on entriesObject if provided
pbeshai
published 2.0.6 •

Changelog

Source

2.0.6 (2021-02-23)

  • fixes #19 by interpreting the addGroupKeys flag in groupBy exports
pbeshai
published 2.0.5 •

Changelog

Source

2.0.5 (2021-02-18)

  • fixes #16 by checking if we have items before indexing in first() and last()
pbeshai
published 2.0.4 •

Changelog

Source

2.0.4 (2021-02-12)

  • #11 fixes bug where select() failed if given no keys to select.
pbeshai
published 2.0.3 •

Changelog

Source

2.0.3 (2021-02-03)

Fixes

  • sum, cumsum, mean, meanRate updated to use the "improved Kahan-Babuška" algorithm for reduced floating point errors #2
  • improves typing on mutateWithSummary to handle Float64Arrays #2
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