New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

n8n-node-dev

Package Overview
Dependencies
Maintainers
1
Versions
260
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-node-dev - npm Package Versions

1
26

1.36.1

Diff

jan_n8n_io
published 1.38.0 •

Changelog

Source

1.38.0 (2024-04-17)

Bug Fixes

  • core: Don't create multiple owners when importing credentials or workflows (#9112) (3eb5be5)
  • core: Don't revert irreversibble migrations (#9105) (3bb821f)
  • core: Support MySQL in MoveSshKeysToDatabase migration (#9120) (cf435c3)
  • editor: Do not show overlapping trash icon in the node's settings (#9119) (c00150b)
  • editor: Open links from embedded chat in new tab (#9121) (284de5d)
  • editor: Render dates correctly in parameter hint (#9089) (064e8f4)
  • Execute Workflow Node: Assign fallback pairedItem only if not present in output item and different length of input output (#9145) (a95e401)
  • Fix issue with Crowdstrike credential not working correctly (#9108) (4c16000)
  • HTTP Request Node: Tolerate header name being empty (#9138) (f6c9dbf)
  • Respond to Webhook Node: Continue on fail and error branch support (#9115) (86a20f6)

Features

  • editor: Add object keys that need bracket access to autocomplete (#9088) (98bcd50)
  • Github Node: Add option to get pull requests (#9094) (4d9000b)
  • Google Gemini Chat Model Node: Add support for new Google Gemini models (#9130) (f1215cd)
  • Summarize Node: Option to continue when field to summarize can't be found in any items (#9118) (d7abc30)
jan_n8n_io
published 1.36.0 •

Changelog

Source

1.36.0 (2024-04-03)

Bug Fixes

  • editor: Issue with JSON editor getting cut off (#9000) (4668db2)
  • editor: Fix canvas selection for touch devices that use mouse (#9036) (286fa5c)
  • editor: Fix execution debug button (#9018) (aac77e1)
  • editor: Hover and active states not showing in execution list on dark mode (#9002) (bead7eb)
  • editor: UI enhancements and fixes for expression inputs (#8996) (8788e2a)
  • Prevent chat modal opening on 'Test workflow' click (#9009) (3fd97e4)
  • Stop listening button not working in NDV (#9023) (02219dd)

Features

jan_n8n_io
published 1.35.1 •

jan_n8n_io
published 1.35.0 •

Changelog

Source

1.35.0 (2024-03-27)

Bug Fixes

  • Anthropic Chat Model Node: Fix detection of chat models in docker build & add support Claude Haiku (#8953) (76041b8)
  • Chat Trigger exclude summarization node from valid ai nodes (#8875) (4861556)
  • Cohere Model Node: Fix issue with credential test (#8916) (4f0b52c)
  • core: Add missing nodeCause to paired item error (#8976) (19d9e71)
  • core: Assign credential ownership correctly in source control import (#8955) (260bc07)
  • core: Ensure the generic OAuth2 API credential uses the OAuth2 credential test (#8941) (079a114)
  • core: Improve handling of invalid objects in cleanupParameterData (no-chanhelog) (#8910) (33ab781)
  • core: Remove HTTP body for GET, HEAD, and OPTIONS requests (#3621) (d85d0ec)
  • core: Stringify all Luxon DateTimes in cleanupParameterData (#8959) (1fb0dd4)
  • core: Update follow-redirects to address CVE-2024-28849 (#8902) (a10120f)
  • editor: Add proper scroll to Environments push modal (#8883) (bcbff76)
  • editor: Fix accidental IDE code addition (#8971) (117b57c)
  • editor: Fix an issue with an empty chat response if not in output property (#8913) (024be62)
  • editor: Fix design system component props (#8923) (7176cd1)
  • editor: Fix opening of chat window when executing a child node (#8789) (5f53d76)
  • editor: Fix source control docs link in add workflow button tooltip (#8891) (a92d8bf)
  • editor: Improve expression editor performance by removing watchers (#8900) (a5261d6)
  • editor: Make inputs in the filter component regular inputs by default (#8980) (295b650)
  • editor: Nodes connectors improvements (#8945) (264f918)
  • editor: Remove isOwner from IUser interface (#8888) (6955e89)
  • editor: Use bracket notation for all invalid identifiers in expressions (#8933) (0e4216d)
  • MySQL Node: Set paired items correctly in single query batch mode (#8940) (89df277)
  • OpenAI Node function to preserve original tools after node execution (#8872) (054a4fc)
  • Overhaul expression error messages related to paired item (#8765) (45461c8)
  • Pinecone Vector Store Node: Fix vector store nodes execution issue (#8968) (323b901)
  • Validate custom tool names for forbidden chars (#8878) (edce632)

Features

  • Add AI Error Debugging using OpenAI (#8805) (948c383)
  • Add Onedrive Trigger Node (#8742) (ff8dd4e)
  • core: Add support for SQLite connection pooling (#8722) (c4c319d)
  • editor: Add missing extension methods for expressions (#8845) (5e84c2a)
  • editor: Add type information to autocomplete dropdown (#8843) (d7bfd45)
  • editor: Block the frontend when trying to access n8n from another host over http (#8906) (669bd83)
  • editor: Refactor expression editors and mixins to composition API (#8894) (0c179e4)
  • editor: Release @n8n/chat@0.9.1 (#8918) (e0c303c)
  • editor: Show tip when user can type dot after an expression (#8931) (160dfd3)
  • Fetch user cloud role and pass it on in website links (#8942) (666867a)
  • Telemetry include basic llm optional promps, trigger on save workflow event (#8981) (335f363)
jan_n8n_io
published 1.34.0 •

Changelog

Source

1.34.0 (2024-03-20)

Bug Fixes

  • Chat Trigger exclude summarization node from valid ai nodes (#8875) (4861556)
  • Cohere Model Node: Fix issue with credential test (#8916) (4f0b52c)
  • core: Improve handling of invalid objects in cleanupParameterData (no-chanhelog) (#8910) (33ab781)
  • core: Remove HTTP body for GET, HEAD, and OPTIONS requests (#3621) (d85d0ec)
  • core: Update follow-redirects to address CVE-2024-28849 (#8902) (a10120f)
  • editor: Add proper scroll to Environments push modal (#8883) (bcbff76)
  • editor: Fix an issue with an empty chat response if not in output property (#8913) (024be62)
  • editor: Fix design system component props (#8923) (7176cd1)
  • editor: Fix source control docs link in add workflow button tooltip (#8891) (a92d8bf)
  • editor: Improve expression editor performance by removing watchers (#8900) (a5261d6)
  • editor: Remove isOwner from IUser interface (#8888) (6955e89)
  • OpenAI Node function to preserve original tools after node execution (#8872) (054a4fc)
  • Validate custom tool names for forbidden chars (#8878) (edce632)

Features

  • Add AI Error Debugging using OpenAI (#8805) (948c383)
  • Add Onedrive Trigger Node (#8742) (ff8dd4e)
  • core: Add support for SQLite connection pooling (#8722) (c4c319d)
  • editor: Add missing extension methods for expressions (#8845) (5e84c2a)
  • editor: Add type information to autocomplete dropdown (#8843) (d7bfd45)
  • editor: Block the frontend when trying to access n8n from another host over http (#8906) (669bd83)
  • editor: Refactor expression editors and mixins to composition API (#8894) (0c179e4)
  • editor: Release @n8n/chat@0.9.1 (#8918) (e0c303c)
jan_n8n_io
published 1.33.1 •

jan_n8n_io
published 1.33.0 •

Changelog

Source

1.33.0 (2024-03-13)

Bug Fixes

  • core: Always register webhooks on startup (#8830) (c6f6254)
  • core: Add fallback for pairedItem info in runPartialWorkflow (#8842) (bd465d3)
  • core: Display readable error when manual executions contains large payload (#8834) (261b9c7)
  • core: Ignore semver range when upgrading comunity packages (#8863) (11173a0)
  • editor: Allow sharee to use workflows with http request node without credential access (#8841) (bde4c6c)
  • editor: Disable pinning for root nodes from canvas (#8848) (e10fa37)
  • editor: Fix workflow card open action (#8839) (dd40570)
  • editor: Make inputs in the filter component expressions by default (#8784) (6e2aa40)
  • editor: Improve filter component error handling (#8832) (76fe960)
  • GitHub Document Loader Node: Fix issue with ignore paths not working correctly (#8798) (c8d589c)
  • Notion Node: Regex for block id (#8860) (a1f6c57)
  • OpenAI Node: text > message hide tools connector for unsupported models (#8866) (cef7c24)

Features

  • editor: Add more AI node info to telemetry (#8827) (ed6dc86)
  • editor: Add sections to autocomplete dropdown (#8720) (9b4618d)
  • editor: Help users discover expressions when using drag n drop (#8869) (e78cc2d)
  • editor: Improve errors in output panel (#8644) (5301323)
  • Pinecone Vector Store Node: Support serverless environments (#8849) (a136a73)
  • Wordpress Node: Support WordPress pages (#8852) (a678e85)
jan_n8n_io
published 1.32.0 •

Changelog

Source

1.32.0 (2024-03-06)

Bug Fixes

  • AI agents, throw error on duplicate names in dynamic tools (#8766) (75e4df1)
  • Basic LLM Chain Node: Fix retrieving of prompt parameter for v1.3 of the node (#8817) (82f66c8)
  • editor: Fix NDV output tabs resetting on any click (#8808) (c7c1767)
  • editor: Fix opening of node creator for sub-nodes connection hint link (#8809) (df064af)
  • editor: Fix retrieving of messages from memory in chat modal (#8807) (bfda8ea)
  • editor: Set correct type for right input in filter component (#8771) (5d54663)
  • editor: Update assignment hint when user hovers table row (#8782) (8c993aa)
  • editor: Upgrade sanitize-html to address CVE-2024-21501 (#8816) (a3e9e3d)
  • Google Drive Node: Add supportsAllDrives: true to update and download (#8786) (11a5331)
  • HubSpot Node: Include properties for contact and deal in getAll operation (#8772) (08e2b06)
  • n8n Form Trigger Node: Do not open pop up when data is pinned in trigger (#8781) (0481e6e)
  • OpenAI Node: Message text operation parameters case fix (#8804) (e38e96b)
  • Simplify Structured Output Parser wrapping and fix auto-fixing output parser (#8778) (7d82dc1)
  • TheHive 5 Node: The Hive - Custom fields are no longer working (#8780) (961d6b9)
  • Wait Node: Change default wait period to 5 seconds (#8783) (a521e7a)

Features

  • Chat Memory Manager group messages option, on insert delete return confirmation of success instead of messages (#8757) (246bfb9)
  • core: Update hashing strategy for JWTs (#8810) (cdec7c9)
  • Notion Node: Continue on fail support (#8788) (4850f6a)
  • Track node errors on PostHog (#8774) (35f6826)

Performance Improvements

jan_n8n_io
published 1.31.0 •

Changelog

Source

1.31.0 (2024-02-28)

Bug Fixes

  • core: Ensure maxRedirects is used for any http request defining it (#8706) (246c988)
  • core: Fix pairedItem issue with partial manual executions (#8575) (a29b41e)
  • Default Data Loader Node: Fix binary data loader in s3 mode (#8626) (a5e6f59)
  • editor: Do not break NDV for version-less nodes (#8714) (8a88d15)
  • editor: Hide previous execution data for sub-nodes in debug mode if it has execution error (#8710) (a973b9c)
  • editor: Update Filter component state when value is updated (#8684) (3ba2cdc)
  • Fix execution error when using AI chain nodes with non-chat model (#8724) (0882dc0)
  • Postgres Trigger Node: closeFunction errors should not prevent a workflow from being deactivated (#8738) (7012577)
  • Send user id when setting up an account (#8639) (27f3166)
  • Trello Node: Remove GET request body (#8715) (8c4a744)
  • Wrong prompt input key for sql agent (#8708) (7c1cf33)

Features

  • Add env variables to support exposing /workflows/demo route and /nodes.json route (#8506) (4b01335)
  • Add Outlook Trigger Node (#8656) (720ae1b)
  • Add support for Ollama embeddings API (#8732) (15490ad)
  • AI Agent Node: Allow use of Azure Chat model for OpenAI Functions agent (#8725) (d03d927)
  • Allow instance owners and admins to edit all credentials (#8716) (7371708)
  • editor: AI Floating Nodes (#8703) (41b191e)
  • editor: Retrieve previous chat message on arrow-up (#8696) (246f8cf)
  • No expression error when node hasn’t executed (#8448) (f9a99ec)
  • Session is selector for memory nodes (#8736) (2aaf211)
  • SQL agent improvements (#8709) (0952430)
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc