New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@dhis2/analytics

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhis2/analytics

## Overview

4.5.69
Version published
Weekly downloads
2.2K
-0.32%
Maintainers
7
Weekly downloads
 
Created

Analytics

Overview

The analytics library contains components and modules that are used in DHIS 2 analytics apps, including:

  • dashboards-app
  • data-visualizer-app
  • maps-app

Module layout documentation

Publishing

The analytics package is published to npm as @dhis2/analytics.

To publish, simply mark the commit using semantic release terminology (see notes below for branch-specific restrictions). Once committed, github actions will take care of publishing the new version to npm.

master branch

The master branch follows semantic versioning according to spec.

4.x branch

Commits to the 4.x branch cannot trigger a major version bump, even if it is technically a breaking change. This is because 5.0.0 has already been published. In the unlikely case that you need to commit a change that is considered breaking, you will have to mark it to only trigger a patch or minor bump, then make sure to update the apps that are locked to the 4.x version of analytics

2.4.x branch

Commits to the 2.4.x branch cannot trigger a major or minor version bump, even if it is technically a breaking or feature change. This is because 2.5.0 and 3.0.0 have already been published. In the unlikely case that you need to commit a change that is considered breaking or feature, you will have to mark it to only trigger a patch bump, then make sure to update the apps that are locked to the 2.4.x version of analytics

FAQs

Package last updated on 20 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts