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

auspice

Package Overview
Dependencies
Maintainers
2
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auspice - npm Package Versions

23
18

2.61.0

Diff

Changelog

Source

version 2.61.0 - 2024/11/14

  • Error boundaries added for all panels (tree, map etc) so that in the case of uncaught errors we'll now show an error message rather than crashing Auspice. Hopefully these are never observed in production! (#1897)
  • Bugfix: Auspice would crash in some situations when the entropy panel was scrolled back into view (bug introduced in v2.60.0). (#1898)
Internal / development changes
  • Convert the tree component (and related tree-parsing functions) to TypeScript (#1864)
nextstrain-bot
published 2.60.0 •

Changelog

Source

version 2.60.0 - 2024/11/07

  • Performance improvement: We no longer attempt to animate actions on trees with over 4000 tips which results in more responsive interactions. (#1880)
  • Performance improvement: We no longer recompute the entropy data (which can be expensive) when the entropy panel is toggled off or off-screen. (#1879)
  • Bugfix: narrative slide changes which removed a filter would not work as expected in some cases (#1883)
Internal / development changes
  • Refactor how the measurement-sidecar JSON is loaded (#1881)
  • Move jest config to TypeScript (#1885)
  • Move jest-puppeteer with Playright (#1884)
  • Verbose logging during CI (#1876)
nextstrain-bot
published 2.59.1 •

Changelog

Source

version 2.59.1 - 2024/10/23

  • Moved the "Focus on Selected" toggle next to the "Show confidence intervals" toggle. (#1875)
nextstrain-bot
published 2.59.0 •

Changelog

Source

version 2.59.0 - 2024/10/22

  • Added an experimental "Focus on Selected" toggle in the sidebar. When focusing on selected nodes, nodes that do not match the filter will occupy less vertical space on the tree. Only applicable to rectangular and radial layouts. (#1373)
nextstrain-bot
published 2.58.0 •

Changelog

Source

version 2.58.0 - 2024/09/12

  • Fix bug where drag-and-drop metadata columns were no longer included as tip labels (#1845)
  • Fixed a bug where internal node names were sometimes omitted from the branch info modal (arrived at via shift-clicking on a branch). They are now always displayed irrespective of the selected tip label. (#1849)
  • Added URL params for measurements panel controls: m_collection, m_display, m_groupBy, m_overallMean, m_threshold, and mf_*. See docs for more details. (#1848)
nextstrain-bot
published 2.57.0 •

Changelog

Source

version 2.57.0 - 2024/08/30

  • Remove hardcoded color scale for LBI (#1842)
  • Any node_attr in the tree can be used as a tip label, as well as the special-cases of strain-name and "none". Previously we only allowed valid colorings. (#1668)
  • The specified tip label is surfaced more prominently within the the on-hover info boxes & on-click modals. (#1668)
  • Temporal colour scales can now use YYYY-MM-DD values (previously only numeric dates were allowed). Ambiguous (YYYY-MM-XX, YYYY-XX-XX) dates are allowed and the midpoint of the range will be used to choose the colour. (#1832, #1836)
  • Parsing and error handling for URL query-encoded dates (dmin, dmax, animate) has been improved. (#1832)
  • Div-only trees (i.e. no timetree) now hide the date / animation sections in the sidebar. (#1834)
  • Improvements to how we use React within the measurements panel (should not result in any user-facing changes). (#1838)
nextstrain-bot
published 2.56.1 •

Changelog

Source

version 2.56.1 - 2024/08/22

  • Fix bug where app crashed if measurements JSON did not define thresholds (#1802)
  • Fix bug where measurements display did not honor the default measurements_display (#1802)
  • Only display download-JSON button if the dataset name can be parsed from pathname (#1804)
  • Fix bug where measurements panel did not display means for measurements that had an "undefined" coloring (#1827)
  • Measurement panel's x-axis min/max values are now limited by visible measurements (#1827)
nextstrain-bot
published 2.56.0 •

Changelog

Source

version 2.56.0 - 2024/07/01

  • We now use the reported confidence / entropy values to change the saturation of tips (circles) on the tree, which matches the behaviour seen for branches. If there is no (or very little) uncertainty in these nodes then the tips will appear the same as seen in previous versions of Auspice. (#1796)
  • We no longer show the "second tree" sidebar dropdown when there are no available options. The possible options are defined by the charon/getAvailable API response and as such vary depending on the server in use. (#1795)
nextstrain-bot
published 2.55.1 •

Changelog

Source

version 2.55.1 - 2024/06/25

  • Small bugfix to the filter badge improvements introduced in v2.55.0 where we incorrectly showed the 2-tree display when viewing a single tree. (#1794)
nextstrain-bot
published 2.55.0 •

Changelog

Source

version 2.55.0 - 2024/06/17

  • A number of improvements when viewing multiple trees (tangletrees) (#1788)
    • Attributes only present on the RHS tree are now available as filter options, as well as genotypes and node names unique to the RHS tree.
    • Filter badges (shown in the header) now indicate how many matches are present in both trees (formerly only the LHS tree was considered)
    • Branch labels unique to the RHS tree are now available
  • remove missing warning when dataset JSON has no .meta.geo_resolutions field (#1791)
  • Add support for Node.js version 22. (#1779)
23
18
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