Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
@qlik/nebula-table-utils
Advanced tools
Common Components, Hooks and utils between `sn-table` and `sn-pivot-table` projects
This repo will hold shared Components, hooks and util functions between sn-table and sn-pivot-table.
Since we have issues with setting up and linking this repo to work properly within nebula environment, here is the temporay solution in case if you want to develop locally, otherwise install the package and it should be fine.
chmod +x on ./build-utils/build-copy.sh
first.env.local
file in your pkg project rootsn-pivot-table
and sn-table
project with latest build, you will need two variables that points to the root directory of those project in your local machine called: PV_TABLE_DIR
and SN_TABLE_DIR
. Please note that the value of those variable should be relative to the root directory of pkg repository.SN_TABLE_DIR="../SN_TABLE/in/your/machine"
PV_TABLE_DIR="../PIVOT_TABLE/in/your/machine"
pnpm build:watch
, whatever change you make into this directory will be copied to the node_modules of your local pivot table project.NOTE: Pls keep in mind that this is a temporary solution, we will fix this as soon as possible.
FAQs
Common Components, Hooks and utils between `sn-table` and `sn-pivot-table` projects
The npm package @qlik/nebula-table-utils receives a total of 0 weekly downloads. As such, @qlik/nebula-table-utils popularity was classified as not popular.
We found that @qlik/nebula-table-utils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.