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

@guidecx/bryntum-wrapper

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guidecx/bryntum-wrapper

Wrapper around the Bryntum libraries.

  • 0.0.2
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
3
Weekly downloads
 
Created
Source

@guidecx/bryntum-wrapper

This is a wrapper around the bryntum libraries GUIDEcx is using for the Gantt Chart Implementation.

The purpose of this library is to enable the developers at GUIDEcx to install the Bryntum libraries locally for dev work.

There are two bryntum npm packages that we use for the Gantt chart implemention.

  • @bryntum/gantt - provides the Gantt functionality
  • @bryntum/gantt-react - wraps the gantt library for use in React

This project is structured with a directory that is named with the version of the bryntum libraries we are exposing and contains the actual bryntum libraries and a index.js file that exports both libraries.

In order to update the libraries you need credentials for Bryntum's private NPM Repository. At the moment Jeff Dimond and Trent Bennett are the only ones with credentials.

Follow these steps to update the libraries.

  1. Create a new directory with the version you are updating to
  2. Download the source code for @bryntum/gantt and unzip it in a temporary folder
  3. cd into the temporary directory and copy the contents of the build folder into [new version]/gantt
  4. Bryntum doesn't provide source code for the React library. You need to npm install @bryntum/gantt-react in a temporary folder. This can only be done by some one with access to Bryntum's private NPM repository.
  5. Copy lib/, src/, package.json from node_modules/@bryntum/gantt-react to [new version]/gantt-react
  6. Execute: npm version [ new npm version ]
  • NOTE: The version is the version number of this NPM not Bryntum's version
  • PERFORM STEP 6 ONLY ON THE MASTER BRANCH

npm version will update the version in package.json and commit the change. There is a POSTVERSION hook in the package.json that will push the changes to github. There is a github action associated with the repository that will publish the NPM to the GUIDEcx NPM repository.

FAQs

Package last updated on 15 Dec 2022

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