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

@get-dx/d3-charts

Package Overview
Dependencies
Maintainers
0
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@get-dx/d3-charts

DX d3 charts

  • 5.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
95
decreased by-48.09%
Maintainers
0
Weekly downloads
 
Created
Source

@get-dx/d3-charts package

This repository contains our D3.js chart classes:

Install

npm install @get-dx/d3-charts # npm
yarn add @get-dx/d3-charts    # yarn
bun add @get-dx/d3-charts     # bun
pnpm add @get-dx/d3-charts    # pnpm

Development

To get started —

  1. Enable corepack -
corepack enable
corepack prepare yarn@4.1.1 --activate
  1. Setup yarn -
yarn
  1. View chart examples -
bin/start

To test this package locally in another app, use yalc.

Before these steps, install yalc -

yarn dlx yalc

YALC Steps —

  1. Setup yarn -
yarn
  1. Build this package and publish —
yarn build && yarn dlx yalc publish
  1. In the app where you want to test this package, add the package with yalc —
yarn dlx yalc add @get-dx/d3-charts

When you make changes to this package, run yarn build && yarn dlx yalc publish again, then in your app run yarn dlx yalc update @get-dx/d3-charts.

Publishing

To release a new version —

  1. Ensure you've incremented the version in package.json according to semantic versioning standards
  2. Merge your changes into main
  3. Create a new release in Github to publish the new version.
    • Ensure your release has a new tag and name matching the version in package.json. i.e. v1.0.0.
    • Creating a release will kickoff a github action to publish to NPM.
  4. View the new version in NPM - https://www.npmjs.com/package/@get-dx/d3-charts

FAQs

Package last updated on 16 Dec 2024

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

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