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

@opencrvs/toolkit

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencrvs/toolkit

OpenCRVS toolkit for building country configurations

  • 0.0.9-events
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

OpenCRVS toolkit

OpenCRVS toolkit for building country configurations.

File structure

src/
  events/ # re-exports events module from commons package
  lib.ts # standard library. currently empty

Getting started

# tsconfig.json references commons. when `tsc --build` is run, both are built.
> yarn build
# If you miss this part you might face issues with types.
> cd dist
> yarn link

Releasing and buiding

While developing
  1. Update version number in package.json
  2. yarn build
  3. npm publish
Through version control
  1. Update version number in package.json
  2. Create a pull request
  3. Once merged, github action will get triggered.
Gotchas, good to know
  • All dependencies of the functions and moduless used from packages/commons must be also defined in the package.json of the toolkit. Otherwise someone installing the package will get errors.
  • Package is published and should be used without knowledge of rest of the monorepo
  • Package exposes /events directory, with types, from packages/commons through the library, others are excluded.

FAQs

Package last updated on 08 Jan 2025

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