
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@knime/json-forms
Advanced tools
KNIME JSONForms integrationThis repository contains the frontend components of the KNIME JSONForms integration that is based on Vue. It are built as a [Vue library] and used in KNIME Analytics Platform and/or KNIME Hub.
Newer versions may also work, but have not been tested.
npm install
and then use the following commands. For detailed explanations see Vue CLI docs:
When committing your changes, a couple of commit hooks will run via husky.
pre-commit hook to lint and format the changes in your stage zone (via lintstaged)prepare-commit-msg hook to format your commit message to conform with the required format by KNIME. In order for this to work you must set environment variables with your Atlassian email and API token. Refer to @knime/eslint-config/scripts/README.md for more information.This project contains unit tests written with vitest. They are run with
npm run test
or one can run unit- and integration-tests individually by
npm run test:unit
npm run test:integration
You can generate a coverage report with
npm run coverage
The output can be found in the coverage folder. It contains a browseable html report as well as raw coverage data in
LCOV and Clover format, which can be used in analysis software (SonarQube, Jenkins, …).
npm provides a check against known security issues of used dependencies. Run it by calling
npm run audit
You can log using the global consola variable (which the embedding application needs to provide).
See https://github.com/nuxt/consola for details.
To build all views and dialogs, use the following command:
npm run build
To build a single item, use e.g. the following command:
npm run build:TableView
Results are saved to /dist.
This project can also be built via a maven build wrapper
mvn clean install
The views can be used in Vue/Nuxt apps like a regular Vue component, e.g. loaded asynchronously.
The views expect that the embedding app provides the following:
package.jsonwindow.consola instance for logging@knime/styles project.
They are not included in the build in order to avoid duplication.<TableView>
FAQs
Internal JSON Forms integration for frontend KNIME projects
We found that @knime/json-forms demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.