Skip to content

dpuse/dpuse-presenter-default

Repository files navigation

Data Positioning Default Presenter

npm version License: MIT Quality Gate Status OWASP

A library that implements the default presenter in accordance with the Data Positioning presenter interface.

Installation

There's no need to install this presenter manually. Once released, it is uploaded to the Data Positioning Cloud and instantly available in all newly launched browser app instances. Running instances are notified of the update.

Repository Management Commands

The following list details the repository management commands implementation by this project. For more details, please refer to the scripts section of the 'package.json' file in this project.

Name VS Code Shortcuts Notes
audit alt+ctrl+shift+a Audit the project's dependencies for known security vulnerabilities.
build alt+ctrl+shift+b Build the package using Vite. Output to '/dist' directory.
check alt+ctrl+shift+c Identify outdated dependencies using npm outdated and npm-check-updates with option to install latest versions. Also runs retire scanner.
document alt+ctrl+shift+d Identify licenses of the project's production and peer dependencies. See LICENSES.json.
format alt+ctrl+shift+f Use prettier to enforce formatting style rules.
lint alt+ctrl+shift+l Use eslint to check the code for potential errors and enforces coding style rules.
publish alt+ctrl+shift+p Publish the package to npm.
release alt+ctrl+shift+r Bump version, build configuration, build presenter, synchronise with GitHub, upload presenter to Data Positioning platform and publish to npm.
sync:withGitHub alt+ctrl+shift+s Synchronise local repository with the main GitHub repository.
test alt+ctrl+shift+t ❌ Not implemented.
update:dataPosDeps alt+ctrl+shift+u Install the latest version of all Data Positioning dependencies.

Bundle Analysis

View the bundle report to analyze the bundle composition and module sizes (generated with rollup-plugin-visualizer).

Compliance

The following badge reflects FOSSA's assessment of this repository's open-source license compliance.

Name Type Installed Latest Latest Released Deps Document
@datapos/datapos-tool-highcharts MIT 0.0.48 0.0.48 3 months ago: 2025-11-27 2 LICENSE
@datapos/datapos-tool-micromark MIT 0.1.992 0.1.992 3 months ago: 2025-12-01 3 LICENSE
@dpuse/dpuse-shared MIT 0.3.594 0.3.594 this month: 2026-03-22 0 LICENSE

License

MIT © 2026 Data Positioning Pty Ltd

About

A TypeScript library that implements the default presenter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors