Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@nebula.js/cli-sense
Advanced tools
The nebula sense
command builds a nebula visualization so that it can be used as an extension in Qlik Sense.
npm install @nebula.js/cli
nebula sense
Build a nebula visualization as a Qlik Sense extension
Options:
--version Show version number [boolean]
--ext Extension definition [string]
--meta Extension meta information [string]
--output Destination directory [string] [default: "<name>-ext"]
--minify Minify and uglify code [boolean] [default: true]
--sourcemap Generate sourcemaps [boolean] [default: false]
-h, --help Show help [boolean]
You can provide some additional information as part of the Qlik Sense Extension API by creating a separate file for the extension info and providing it as argument to --ext
:
// def.js
export default {
definition: {
// Property panel definition
},
support: {
exportData: true,
},
};
nebula sense --ext def.js
The command generates all required files into the specified --output
folder. You can the zip the folder and upload it as an extension on Qlik Sense Enterprise for Windows or Qlik Sense Enterprise on Kubernetes
You can add more meta about the extension by providing a .json
formatted file with --meta
:
{
"name": "My tasty banana extension",
"icon": "barchart"
}
nebula sense --meta meta.json
The rest of the required information is populated automatically based on the content in package.json
.
FAQs
Build a supernova as a Qlik Sense extension
The npm package @nebula.js/cli-sense receives a total of 188 weekly downloads. As such, @nebula.js/cli-sense popularity was classified as not popular.
We found that @nebula.js/cli-sense demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.