Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

n8n-node-dev

Package Overview
Dependencies
Maintainers
0
Versions
256
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.43.1

Diff

jan_n8n_io
published 1.43.0 •

Changelog

Source

1.43.0 (2024-05-22)

Bug Fixes

  • core: Account for retry of execution aborted by pre-execute hook (#9474) (a217866)
  • core: Add an option to disable STARTTLS for SMTP connections (#9415) (0d73588)
  • core: Do not allow admins to delete the instance owner (#9489) (fc83005)
  • core: Do not allow admins to generate password-reset links for instance owner (#9488) (88b9a40)
  • core: Fix 431 for large dynamic node parameters (#9384) (d21ad15)
  • core: Handle credential in body for oauth2 refresh token (#9179) (c9855e3)
  • core: Remove excess args from routing error (#9377) (b1f977e)
  • core: Retry before continue on fail (#9395) (9b2ce81)
  • editor: Emit change events from filter component on update (#9479) (62df433)
  • editor: Fix blank Public API page (#9409) (14fe9f2)
  • editor: Fix i18n translation addition (#9451) (04dd476)
  • editor: Fix node execution errors showing undefined (#9487) (62ee796)
  • editor: Fix outdated roles in variables labels (#9411) (38b498e)
  • editor: Fix project settings layout (#9475) (96cf41f)
  • editor: Fix type errors in components/executions/workflow (#9448) (9c768a0)
  • editor: Fix type errors in i18n plugin (#9441) (a7d3e59)
  • editor: Fix workflow history TS errors (#9433) (bc05faf)
  • editor: Secondary button in dark mode (#9401) (aad43d8)
  • Email Trigger (IMAP) Node: Handle attachments correctly (#9410) (68a6c81)
  • Fix color picker type errors (#9436) (2967df2)
  • Fix type errors in community nodes components (#9445) (aac19d3)
  • Gmail Trigger Node: Fetching duplicate emails (#9424) (3761537)
  • HTML Node: Fix typo preventing row attributes from being set in tables (#9440) (28e3e21)
  • HubSpot Trigger Node: Fix issue with ticketId not being set (#9403) (b5c7c06)
  • Mattermost Node: Change loadOptions to fetch all items (#9413) (1377e21)
  • Microsoft OneDrive Trigger Node: Fix issue with test run failing (#9386) (92a1d65)
  • RSS Feed Trigger Node: Use newest date instead of first item for new items (#9182) (7236a55)
  • Update operations to run per item (#8967) (ef9d4ab)

Features

  • Add Slack trigger node (#9190) (bf54930)
  • Custom n8n Workflow Tool Node: Add support for tool input schema (#9470) (2fa46b6)
  • editor: Add examples for Luxon DateTime expression methods (#9361) (40bce7f)
  • editor: Add examples for root expression methods (#9373) (a591f63)
  • editor: Expand supported Unicode range for expressions (#9420) (2118236)
  • editor: Update Node Details View header tabs structure (#9425) (2782534)
  • Extract from File Node: Add option to set encoding for CSV files (#9392) (f13dbc9)
  • Linear Node: Add identifier to outputs (#9469) (ffe034c)
  • OpenAI Node: Use v2 assistants API and add support for memory (#9406) (ce3eb12)
  • RBAC (#8922) (596c472)
  • Strava Node: Update to use sport type (#9462) (9da9368)
  • Telegram Node: Add support for local bot api server (#8437) (87f965e)
jan_n8n_io
published 1.42.0 •

Changelog

Source

1.42.0 (2024-05-15)

Bug Fixes

  • Code Node: Bind helper methods to the correct context (#9380) (82c8801)
  • Cortex Node: Fix issue with analyzer response not working for file observables (#9374) (ed22dcd)
  • editor: Render backticks as code segments in error view (#9352) (4ed5850)
  • Mattermost Node: Fix issue when fetching reactions (#9375) (78e7c7a)

Features

  • AI Agent Node: Implement Tool calling agent (#9339) (677f534)
  • core: Allow using a custom certificates in docker containers (#8705) (6059722)
  • core: Node hints(warnings) system (#8954) (da6088d)
  • core: Node version available in expression (#9350) (a00467c)
  • editor: Add examples for number & boolean, add new methods (#9358) (7b45dc3)
  • editor: Add examples for object and array expression methods (#9360) (5293663)
  • editor: Add item selector to expression output (#9281) (dc5994b)
  • editor: Autocomplete info box: improve structure and add examples (#9019) (c92c870)
  • editor: Remove AI Error Debugging (#9337) (cda062b)
  • Slack Node: Add block support for message updates (#8925) (1081429)

Performance Improvements

jan_n8n_io
published 1.41.0 •

Changelog

Source

1.41.0 (2024-05-08)

Bug Fixes

  • Cast boolean values in filter parameter (#9260) (30c8efc)
  • core: Prevent occassional 429s on license init in multi-main setup (#9284) (22b6f90)
  • core: Report missing SAML attributes early with an actionable error message (#9316) (225fdbb)
  • core: Webhooks responding with binary data should not prematurely end the response stream (#9063) (23b676d)
  • editor: Fix multi-select parameters with load options getting cleared (#9324) (0ee4b6c)
  • editor: Fix shortcut issue on save buttons (#9309) (e74c14f)
  • editor: Resolve $vars and $secrets in expressions in credentials fields (#9289) (d92f994)
  • editor: Show MFA section to instance owner, even when external auth is enabled (#9301) (b65e0e2)
  • Gmail Node: Remove duplicate options when creating drafts (#9299) (bfb0eb7)
  • Linear Node: Fix issue with data not always being returned (#9273) (435272b)
  • n8n Form Trigger Node: Fix missing options when using respond to webhook (#9282) (6ab3781)
  • Pipedrive Node: Improve type-safety in custom-property handling (#9319) (c8895c5)
  • Read PDF Node: Disable JS evaluation from PDFs (#9336) (c4bf5b2)

Features

  • editor: Implement AI Assistant chat UI (#9300) (491c6ec)
  • editor: Temporarily disable AI error helper (#9329) (35b983b)
  • LinkedIn Node: Upgrade LinkedIn API version (#9307) (3860077)
  • Redis Node: Add support for TLS (#9266) (0a2de09)
  • Send Email Node: Add an option to customize client host-name on SMTP connections (#9322) (d0d52de)
  • Slack Node: Update to use the new API method for file uploads (#9323) (695e762)
jan_n8n_io
published 1.40.0 •

Changelog

Source

1.40.0 (2024-05-02)

Bug Fixes

  • Airtable Node: Do not allow to use deprecated api keys in v1 (#9171) (017ae6e)
  • core: Add view engine to webhook server to support forms (#9224) (24c3150)
  • core: Fix browser session refreshes not working (#9212) (1efeecc)
  • core: Prevent node param resolution from failing telemetry graph generation (#9257) (f6c9493)
  • core: Stop relying on filesystem for SSH keys (#9217) (093dcef)
  • Discord Node: When using OAuth2 authentication, check if user is a guild member when sending direct message (#9183) (00dfad3)
  • editor: Fix read-only mode in inline expression editor (#9232) (99f384e)
  • editor: Prevent excess runs in manual execution with run data (#9259) (426a12a)
  • editor: Throw expression error on attempting to set variables at runtime (#9229) (fec04d5)
  • Elaborate scope of Sustainable Use License (#9233) (442aaba)
  • Google BigQuery Node: Better error messages, transform timestamps (#9255) (7ff24f1)
  • Google Drive Node: Create from text operation (#9185) (d9e7494)
  • Jira Trigger Node: Update credentials UI (#9198) (ed98ca2)
  • LangChain Code Node: Fix execution of custom n8n tools called via LC code node (#9265) (741e829)
  • LangChain Code Node: Fix resolution of scoped langchain modules (#9258) (445c05d)
  • MySQL Node: Query to statements splitting fix (#9207) (dc84452)

Features

  • Add Ask AI to HTTP Request Node (#8917) (cd9bc44)
  • Gmail Node: Add support for creating drafts using an alias (#8728) (3986356)
  • Gmail Node: Add thread option for draft emails (#8729) (2dd0b32)
  • Groq Chat Model Node: Add support for Groq chat models (#9250) (96f02bd)
  • HTTP Request Node: Option to provide SSL Certificates in Http Request Node (#9125) (306b68d)
  • Jira Software Node: Add Wiki Markup support for Jira Cloud comments (#8857) (756012b)
  • Microsoft To Do Node: Add an option to set a reminder when updating a task (#6918) (22b2afd)
  • MISP Node: Rest search operations (#9196) (b694e77)
  • Ollama Chat Model Node: Add aditional Ollama config parameters & fix vision (#9215) (e17e767)
  • Pipedrive Node: Add busy and description options to activities (#9208) (9b3ac16)
  • Postgres Node: Add option IS NOT NULL and hide value input fields (#9241) (e896889)
  • S3 Node: Add support for self signed SSL certificates (#9269) (ddff804)
  • Telegram Node: Disable page preview by default (#9267) (41ce178)
  • Upgrade typeorm for separate sqlite read & write connections (#9230) (0b52320)
  • Wise Node: Add XML as supported format in getStatement operation (#9193) (a424b59)
  • Wise Trigger Node: Add support for balance updates (#9189) (42a9891)
jan_n8n_io
published 1.39.0 •

Changelog

Source

1.39.0 (2024-04-24)

Bug Fixes

  • core: Exclude oAuth callback urls from browser-id checks (#9158) (46e432b)
  • core: Improve browserId checks, and add logging (#9161) (ff9ae54)
  • core: Upgrade mysql2 to address CVE-2024-21511 (#9206) (3996d28)
  • editor: Fix expression preview when previous node is selected (#9140) (85780ea)
  • editor: Fix parameter reset on credential change in Discord node (#9137) (135ef75)
  • editor: Fix sessionId for manual chat trigger execution (#9187) (f5ccb5f)
  • editor: Make sticky node content parameter non require to support empty stickies (#9192) (f6142ff)
  • editor: Prevent duplicate values in preview for SQL editor (#9129) (5acbfb4)
  • Google Sheets Node: Fix "Append or Update" on an empty sheet (#9175) (29ee4fa)
  • Notion Node: Add itemIndex to API and operation errors (#9150) (946f09f)
  • Postgres Node: Convert js arrays to postgres type, if column type is ARRAY (#9160) (08e3502)
  • Respond to Webhook Node: Fix issue stopping form trigger response (#9157) (6c63cd9)
  • Schedule Trigger Node: Default to 0 minute if falsy on hourly run (#9146) (d756609)
  • Splunk Node: Retry attempts if no response from API call, better error with suggestion to use Retry On Fail (#9176) (05a569c)

Features

  • Add WhatsApp Business Trigger Node (#8840) (23a2dd0)
  • core: Setup helmet.js for setting security headers (#9027) (0ed4671)
  • core: Upgrade mysql2 to address CVE-2024-21507, CVE-2024-21508, and CVE-2024-21509 (#9154) (9bd8e10)
  • n8n Form Trigger Node: Option to remove attribution (#9162) (699fd70)
  • Webhook Node: Setting to enable multiple outputs/methods (#9086) (2bf0a39)
  • Zammad Node: Add more options to the Organizations endpoint (#9180) (15c88d6)
jan_n8n_io
published 1.38.1 •

jan_n8n_io
published 1.36.1 •

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

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