New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@knime/scripting-editor

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@knime/scripting-editor

Shared Scripting Editor components for KNIME

latest
Source
npmnpm
Version
0.0.123
Version published
Weekly downloads
809
-35.28%
Maintainers
1
Weekly downloads
 
Created
Source

KNIME Scripting Editor Framework

Shared scripting editor components for KNIME Analytics Platform and a standalone generic scripting editor app.

Development

Prerequisites

  • Node.js (see version in package.json)
  • pnpm workspace (install from root: pnpm install)

Development Modes

Standalone Mode (Browser)

Develop with mocked backend services:

pnpm run dev:browser

Opens at http://localhost:5173/

KNIME Dialog Development Mode

Start KNIME Analytics Platform with:

-Dorg.knime.ui.dev.mode=true
-Dorg.knime.ui.dev.node.dialog.url=http://localhost:5173/

Run the development server:

pnpm run dev:knime

NOTE: The dialog served by the development server is only visible with the the dialog mode "Open in new window".

Build

Library:

pnpm run build:lib          # Production build
pnpm run build:lib:watch    # Watch mode

Application:

pnpm run build:app

Testing

pnpm run test:unit    # Run tests
pnpm run coverage     # Generate coverage

Code Quality

pnpm run lint
pnpm run format

FAQs

Package last updated on 02 Mar 2026

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