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

@qlik/nebula-table-utils

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qlik/nebula-table-utils

Common Components, Hooks and utils between `sn-table` and `sn-pivot-table` projects

  • 2.6.8
  • latest
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

Nebula Table utils

This repo will hold shared Components, hooks and util functions between sn-table and sn-pivot-table.

Local development setup (Temporary)

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.

  1. Make sure you run chmod +x ./build-utils/build-copy.sh first
  2. Create a .env.local file in your pkg project root
  3. To Support and update sn-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"
  1. now if you run 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.

Keywords

FAQs

Package last updated on 09 Jan 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