npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

iobroker.javascript

v9.2.2

Published

Rules Engine for ioBroker

Readme

Logo

Javascript Script Engine

Number of Installations Number of Installations NPM version

Test and Release Translation status Downloads This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information how to disable the error reporting see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.

Executes Javascript, Typescript Scripts.

Documentation

Changelog

9.2.2 (2026-05-07)

  • (Eistee82) Fix: AI chat mode tooltip no longer covers the dropdown options (issue #2201) — moved tooltip to the left of the selector
  • (Eistee82) Clarified the AI chat mode descriptions in the tooltip: Agent is for larger models with tool support and handles both analysis and script creation, Code is for smaller models without tool support (uses two-step plan-then-code) — translations updated in all 11 languages
  • (@GermanBluefox) Added the "is state exists" block to blockly

9.2.1 (2026-04-30)

  • (@GermanBluefox) See previous changelog entries

9.2.0 (2026-04-30)

  • (@GermanBluefox) Agent keys are encrypted now. You must enter your keys anew!
  • (Eistee82) AI API keys are now stored encrypted and only used server-side (encryptedNative + protectedNative); the frontend never sees them
  • (Eistee82) Code Lens above every top-level function/class/arrow with 💡 Explain | 🔧 Refactor | ✅ Tests actions
  • (Eistee82) Inline Chat Widget (Ctrl+Alt+I) directly in the editor with response preview and Apply button
  • (Eistee82) Inline diff for AI "Show diff": only the targeted lines change as red/green, the rest of the script stays untouched; Accept replaces just those lines
  • (Eistee82) Six VS-Code-like AI actions in the Monaco editor (right-click menu, Ctrl+Alt+I/E/R/C/F shortcuts, and /explain, /refactor, /comment, /fix, /tests, /ask slash commands with German aliases)
  • (Eistee82) Hover over an ioBroker object ID in any string literal to see a rich tooltip with object metadata and the current live state — works without AI
  • (Eistee82) Anthropic agent mode (native tool_use/tool_result blocks) and 10 new Monaco editor tools so the AI agent can read/navigate/edit the live editor
  • (Eistee82) search_datapoints covers every object type (channels, devices, folders, enums, …) and matches on role; get_object_info lists children for containers — fixes finding aliases/motion-sensors modeled as channels
  • (Eistee82) Non-chat model filter expanded (embeddings, image/audio/video/TTS, transcription, moderation, web-search, Ollama single-task models, …)

9.2.0 (2026-04-11)

  • (Eistee82) AI Chat panel with multi-provider support, tool calling, inline completions, and smart-apply
  • (Eistee82) Fix: prevent duplicate 'Stopping script' log when script is not running
  • (Eistee82) Fix: only restart scripts on the instance that owns them
  • (Eistee82) Added OID display mode toggle for Blockly editor: 4 display modes (Name, Name path, State ID, Full ID) with toolbar dropdown, context menu, optional object icons, and translations in 11 languages
  • (Eistee82) Node 25 compatibility: replaced deprecated rmdirSync with rmSync in build tasks
  • (@GermanBluefox) Added support for plain import/export
  • (@GermanBluefox) Correcting error in configuration
  • (@GermanBluefox) disallow writing into node_modules folder by scripts
  • (@GermanBluefox) Correcting start of the script more than one time if restart is triggered
  • (@GermanBluefox) All delayed writings are stopped by the script stop
  • (@GermanBluefox) Added check if a script has been modified by another user/window
  • (@GermanBluefox) Make the instance number more prominent

9.1.1 (2026-03-19)

  • (GermanBluefox) Small GUI optimizations
  • Added support for custom OpenAI-compatible API endpoints (e.g. Ollama, LM Studio, Google Gemini, DeepSeek, OpenRouter)
  • Added configurable base URL in adapter settings
  • Models are now fetched dynamically from the configured API endpoint
  • Added the "Test API connection" button in adapter settings
  • Added error handling with user-friendly messages for unreachable providers
  • Added retry functionality for failed model loading
  • All API calls (models + chat) are proxied server-side to avoid CORS issues with local providers
  • Strip LLM thinking artifacts from responses (for local models like Ollama)

License

The MIT License (MIT)

Copyright (c) 2014-2026 bluefox [email protected],

Copyright (c) 2014 hobbyquaker

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.