Socket
Socket
Sign inDemoInstall

@node-red/runtime

Package Overview
Dependencies
76
Maintainers
2
Versions
106
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1345
11Next

3.1.7

Diff

knolleary
published 3.1.6 •

knolleary
published 3.1.5 •

Changelog

Source

3.1.5: Maintenance Release

Runtime

  • Fix require of dns module (#4562) @knolleary
  • Ensure global creds object is initialised when adding first cred (#4561) @knolleary
knolleary
published 3.1.4 •

knolleary
published 3.1.3 •

knolleary
published 3.1.2 •

Changelog

Source

3.1.2: Maintenance Release

Editor

  • Relax some node validators to allow undefined value (#4471) @knolleary
  • Fix switch validation of typeof field (#4465) @knolleary
  • Use move cursor when hovering on group border (#4467) @knolleary
  • Added action list Chinese (Simplified and Traditional) translation + v3.1.1 changes (#4470) @wangyiyi2056
  • Add French translation of action-list + v3.1.1 changes (#4466) @GogoVega

Runtime

  • Ensure nested groups inside subflows have their g props remapped (#4472) @knolleary
knolleary
published 3.1.1 •

Changelog

Source

3.1.1: Maintenance Release

Editor

  • Fix debug filter (#4461) @knolleary
  • Fix various issues with debug pop-out window (#4459) @knolleary
  • Ensure subflow instances keep track of their groups (#4457) @knolleary
  • Fix validateNodeProperty without validator provided (#4455) @GogoVega
  • Debounce node-removed notifications (#4453) @knolleary
  • Don't try to load the parents of the first commit (#4448) @bonanitech
  • Allow a theme to specifiy which theme mermaid should use (#4441) @knolleary
  • Update browser title with flow name if set (#4427) @knolleary
  • Ensure typeSearch handles undefined node definitions (#4423) @knolleary
  • Ensure group w/h are imported if present (#4426) @knolleary
  • Hide node status background when there is no status to show (#4425) @knolleary
  • Add a close button to the restart-required notification (#4407) @knolleary
  • Extend typedInput "num" type validity check to NaN, binary, octal & hex (#4371) @ralphwetzel
  • Fix unintended new line in node name (#4399) @kazuhitoyokoi
  • Ctrl-Enter does not close tray (Monaco) #4377 (#4382) @hazymat
  • fix buffer viewer to handle 0b style binary (#4393) @dceejay
  • Rework mermaid integration to support off-DOM rendering (#4364) @knolleary
  • Add missing nls labels to context menu (#4365) @knolleary

Runtime

  • Bump the github-actions group with 2 updates (#4404) @app/dependabot
  • Handle unknown node reference inside subflow module (#4460) @knolleary
  • Add modules.install audit event when external module installed (#4452) @knolleary
  • Allow import of modules with subpath in specifier (#4451) @knolleary
  • Update node-red-admin version (#4438) @knolleary
  • Handle false-like env vars properly (#4411) @knolleary
  • Only save settings once during node load process (#4409) @knolleary
  • Ensure global-config nodes lookup cred values properly (#4405) @knolleary
  • Handle credential env var evaluation when no value set (#4362) @knolleary
  • Don't commit package-lock.json (#4354) @bonanitech
  • Fix env evaluation when one env references another in the same object (#4361) @knolleary
  • Add dependabot for Github Actions (#4312) @Rotzbua
  • Update outdated Github Actions (#4311) @Rotzbua
  • github: Request npm run test in PR template (#4348) @ZJvandeWeg
  • Add French translation of v3.1.0-beta.4 changes + slight improvements (#4329) @GogoVega
  • Handle nodes with multiple input handlers properly (#4332) @knolleary
  • Soften the language around unrequited PRs (#4351) @knolleary

Nodes

  • CSV: make CSV export way faster by not re-allocating and handling huge string (#4349) @Fadoli
  • Delay: Fix regression in delay node to not pass on msg.reset (#4350) @dceejay
  • Link Call: Handle undefined linkType value for existing link-call nodes (#4331) @knolleary
  • MQTT: Guard against node.broker being undefined (#4454) @knolleary
  • MQTT: check topic length > 0 before publish (#4416) @dceejay
  • Switch/Change: Improve validation of switch/change node rules (#4368) @knolleary
  • Template: Fix height of description editor in template node (#4346) @kazuhitoyokoi
  • Various: Add validators to any fields using msg-typed Input (#4440) @knolleary
knolleary
published 3.1.0 •

Changelog

Source

3.1.0: Milestone Release

Editor

  • Default filter to All Catalogues and show nodes for small lists (#4318) @knolleary
  • Better distinguish between ctrl and meta keys on mac (#4310) @knolleary
  • Ensure junction appears when filtering quick-add list (#4297) @knolleary
  • Update message catalogs for JSONata Expression editor (#4287) @kazuhitoyokoi
  • Add tooltip to relevance sort button in user settings UI (#4288) @kazuhitoyokoi
  • Capture workspace dirty state when quick-adding junction (#4283) @knolleary
  • Add docs for $clone function (#4284) @knolleary

Runtime

  • Dependency updates (#4317) @knolleary
  • Ensure storage/util.writeFile handles concurrent write attempts (#4316) @knolleary
  • Migrate http -> https for nodered.org (#4313) @Rotzbua
  • Add Node 20 to GH Action test matrix (#4305) @Rotzbua
  • Handle group-scoped nodes inside subflow (#4301) @knolleary
  • Handle non-url-safe chars in context api (#4298) @knolleary
  • Fix git pull operation in project feature (#4290) @kazuhitoyokoi
  • Change linefeed codes in Korean message catalogs (#4286) @kazuhitoyokoi
  • Fix file permissions of message catalogs (#4285) @kazuhitoyokoi
  • Update tour (#4278) @knolleary

Nodes

  • File: Fix handling in file nodes when number is specified as file name (#4267) @kazuhitoyokoi
  • Function: Adding function timeout to settings file (#4265) (#4309) @knolleary
  • Function: Fix function setup tab layout (#4299) @knolleary
  • HTTP Request: Handle 204 in httprequest JSON (#4262) @sammachin
  • JSON: Fix test cases of JSON node (#4275) @kazuhitoyokoi
  • MQTT: Remove unnecessary check for clientid if autoUnsub set (#4302) @knolleary
knolleary
published 3.1.0-beta.4 •

knolleary
published 3.1.0-beta.3 •

Changelog

Source

3.1.0-beta.3: Beta Release

Editor

  • Select the item that is specified in a deep link URL (#4113) @Steve-Mcl
  • Update to Monaco 0.38.0 (#4189) @Steve-Mcl
  • Place subflow outputs/inputs relative to current view (#4183) @knolleary
  • Enable RED.view.select to select group by id (#4184) @knolleary
  • Combine existing env vars when merging groups (#4182) @knolleary
  • Avoid creating empty global-config node if not needed (#4153) @knolleary
  • Fix group selection when using lasso (#4108) @knolleary
  • Use editor path in generating localStorage keys (#4151) @mw75
  • Ensure no node credentials are included when exporting to clipboard (#4112) @knolleary
  • Fix jsonata expression test ui (#4097) @knolleary
  • Fix search button in palette popover (#4096) @knolleary

Runtime

  • Allow options object on each httpStatic configuration (#4109) @kevinGodell
  • Ensure non-zero exit codes for errors (#4181) @knolleary
  • Ensure external modules are installed synchronously (#4180) @knolleary
  • Update dependecies include got (#4155) @knolleary
  • Add Japanese translations for v3.1 beta.2 (#4158) @kazuhitoyokoi
  • Ensure express server options are applied consistently (#4178) @knolleary
  • Remove version info from theme endpoint (#4179) @knolleary
  • Add Japanese translations for welcome tour of 3.1.0 beta.2 (#4145) @kazuhitoyokoi
  • Added SHA-256 and SHA-512-256 digest authentication (#4100) @sroebert
  • Add "timers" types to known types (#4103) @Steve-Mcl

Nodes

  • Allow Catch/Status nodes to be scoped to their group (#4185) @NetHans
  • MQTT: Option to disable MQTT topic unsubscribe on disconnect (#4078) @flying7eleven
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc