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

n8n-workflow

Package Overview
Dependencies
Maintainers
2
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-workflow - npm Package Versions

23
29

1.76.0

Diff

Changelog

Source

1.76.0 (2025-01-22)

Bug Fixes

  • core: Align saving behavior in workflowExecuteAfter hooks (#12731) (9d76210)
  • core: AugmentObject should handle the constructor property correctly (#12744) (36bc164)
  • core: Fix keyboard shortcuts for non-ansi layouts (#12672) (4c8193f)
  • core: Fix license CLI commands showing incorrect renewal setting (#12759) (024ada8)
  • core: Fix license initialization failure on startup (#12737) (ac2f647)
  • core: Recover successful data-less executions (#12720) (a39b8bd)
  • core: Remove run data of utility nodes for partial executions v2 (#12673) (b66a9dc)
  • core: Sync hookFunctionsSave and hookFunctionsSaveWorker (#12740) (d410b8f)
  • core: Update isDocker check to return true on kubernetes/containerd (#12603) (c55dac6)
  • editor: Add unicode code points to expression language for emoji (#12633) (819ebd0)
  • editor: Correct missing whitespace in JSON output (#12677) (b098b19)
  • editor: Defer crypto.randomUUID call in CodeNodeEditor (#12630) (58f6532)
  • editor: Fix Code node bug erasing and overwriting code when switching between nodes (#12637) (02d953d)
  • editor: Fix execution list hover & selection colour in dark mode (#12628) (95c40c0)
  • editor: Fix JsonEditor with expressions (#12739) (56c93ca)
  • editor: Fix navbar height flickering during load (#12738) (a96b3f0)
  • editor: Open chat when executing agent node in canvas v2 (#12617) (457edd9)
  • editor: Partial execution of a workflow with manual chat trigger (#12662) (2f81b29)
  • editor: Show connector label above the line when it's straight (#12622) (c97bd48)
  • editor: Show run workflow button when chat trigger has pinned data (#12616) (da8aafc)
  • editor: Update workflow re-initialization to use query parameter (#12650) (982131a)
  • Execute Workflow Node: Pass binary data to sub-workflow (#12635) (e9c152e)
  • Google Gemini Chat Model Node: Add base URL support for Google Gemini Chat API (#12643) (14f4bc7)
  • GraphQL Node: Change default request format to json instead of graphql (#11346) (c7c122f)
  • Jira Software Node: Get custom fields(RLC) in update operation for server deployment type (#12719) (353df79)
  • n8n Form Node: Remove the ability to change the formatting of dates (#12666) (14904ff)
  • OpenAI Chat Model Node: Fix loading of custom models when using custom credential URL (#12634) (7cc553e)
  • OpenAI Chat Model Node: Restore default model value (#12745) (d1b6692)
  • Postgres Chat Memory Node: Do not terminate the connection pool (#12674) (e7f00bc)
  • Postgres Node: Allow using composite key in upsert queries (#12639) (83ce3a9)
  • Wait Node: Fix for hasNextPage in waiting forms (#12636) (652b8d1)

Features

  • Add credential only node for Microsoft Azure Monitor (#12645) (6ef8882)
  • Add Miro credential only node (#12746) (5b29086)
  • Add SSM endpoint to AWS credentials (#12212) (565c7b8)
  • core: Enable task runner by default (#12726) (9e2a01a)
  • editor: Force final canvas v2 migration and remove switcher from UI (#12717) (29335b9)
  • editor: VariablesView Reskin - Add Filters for missing values (#12611) (1eeb788)
  • Jira Software Node: Personal Access Token credential type (#11038) (1c7a38f)
  • n8n Form Trigger Node: Form Improvements (#12590) (f167578)
  • Synchronize deletions when pulling from source control (#12170) (967ee4b)
jan_n8n_io
published 1.75.0 •

Changelog

Source

1.75.0 (2025-01-15)

Bug Fixes

  • core: AugmentObject should check for own propeties correctly (#12534) (0cdf393)
  • core: Disallow code generation in task runner (#12522) (35b6180)
  • core: Fix node exclusion on the frontend types (#12544) (b2cbed9)
  • core: Fix orchestration flow with expired license (#12444) (ecff3b7)
  • core: Fix Sentry error reporting on task runners (#12495) (88c0838)
  • core: Improve cyclic dependency check in the DI container (#12600) (c3c4a20)
  • core: Only show personal credentials in the personal space (#12433) (8a42d55)
  • core: Prefix package name in supportedNodes on generated types as well (#12514) (4a1a999)
  • core: Prevent prototype pollution in task runner (#12588) (bdf266c)
  • core: Prevent prototype pollution of internal classes in task runner (#12610) (eceee7f)
  • core: Use timing safe function to compare runner auth tokens (#12485) (8fab98f)
  • core: Validate values which are intentionally 0 (#12382) (562506e)
  • Don't break oauth credentials when updating them and allow fixing broken oauth credentials by repeating the authorization flow (#12563) (73897c7)
  • editor: Don't show toolsUnused notice if run had errors (#12529) (3ec5b28)
  • editor: Ensure proper "AI Template" URL construction in node creator (#12566) (13bf69f)
  • editor: Fix NDV resize handle and scrollbar overlapping (#12509) (c28f302)
  • editor: Fix parameter input validation (#12532) (6711cbc)
  • editor: Fix selection rectangle context menu on new canvas (#12584) (c8e3c53)
  • editor: Fix the openselectivenodecreator custom action on new canvas (#12580) (2110e9a)
  • editor: Fix workflow initilisation for test definition routes & add unit tests (#12507) (2775f61)
  • editor: Make clicking item in RLC work the first time on small screens (#12585) (479933f)
  • editor: Make sure code editors work correctly in fullscreen (#12597) (aa1f3a7)
  • editor: Override selected nodes on single click without Meta/Ctrl key (#12549) (02c2d5e)
  • editor: Show NDV errors when opening existing nodes with errors (#12567) (bee7267)
  • editor: Swap Activate/Deactivate texts in FloatingToolbar (#12526) (44679b4)
  • editor: Update filter and feedback for source control (#12504) (865fc21)
  • editor: Update selected node when navigating via flowing nodes (#12581) (88659d8)
  • Google Calendar Node: Updates and fixes (#10715) (7227a29)
  • Spotify Node: Fix issue with null values breaking the response (#12080) (a56a462)

Features

  • editor: Make node credential select searchable (#12497) (91277c4)
  • editor: Persist sidebar collapsed status preference (#12505) (dba7d46)
jan_n8n_io
published 1.74.0 •

Changelog

Source

1.74.0 (2025-01-08)

Bug Fixes

  • core: Align concurrency and timeout defaults between instance and runner (#12503) (9953477)
  • core: Allow index as top-level item key for Code node (#12469) (1b91000)
  • core: Don't fail task runner task if logging fails (#12401) (0860fbe)
  • core: Ensure tasks timeout even if they don't receive settings (#12431) (b194026)
  • core: Fix execution cancellation issues in scaling mode (#12343) (e26b406)
  • core: Fix manually running a pinned trigger with offloading enabled (#12491) (be2dcff)
  • core: Fix task runner sending too many offers (#12415) (4498e35)
  • core: Increase default concurrency and timeout in task runners (#12496) (4182095)
  • core: Prevent __default__ jobs in scaling mode (#12402) (072664b)
  • core: Register workflows as active only after all of the triggers and pollers setup successfully (#12244) (f924f2a)
  • core: Return unredacted credentials from GET credentials/:id (#12447) (ecabe34)
  • core: Use rate limiter for task runner endpoints (#12486) (491cb60)
  • editor: Allow zooming when panning keycode is pressed on new canvas (#12327) (983e87a)
  • editor: Consistent protected environment styling and messaging (#12374) (6891cef)
  • editor: First project button tweaks border and copy (#12376) (e234756)
  • editor: Fix Multi option parameter expression when the value is an array (#12430) (452a7bf)
  • editor: Improve configurable nodes design on new canvas (#12317) (0ecce10)
  • editor: Minor styling improvements in project settings page (#12405) (09ddce0)
  • editor: Never show Pinned Data Callout for Input Panel (#12446) (1d5c9bd)
  • editor: Nodes' icon color in dark mode (#12279) (01b781a)
  • editor: Only ignore managed credentials in the HTTP node (#12417) (6b46657)
  • editor: Remove primary highlight color from edge being executed on new canvas (#12307) (50913de)
  • editor: Render empty string instead of [empty] (#12448) (2c72047)
  • editor: Show all workflows in the error workflow dropdown in the workflow settings (#12413) (ccda7f9)
  • editor: Unify disabled parameters background color (#12306) (8c63599)
  • HTTP Request Node: Fix typo in hint (#12439) (b6230b6)
  • OpenAI Node: Add quotes to default base URL (#12312) (2e90eba)
  • OpenAI Node: Update node to account for URL in credentials (#12356) (f78cceb)
  • Postgres Node: Account for JSON expressions (#12012) (06b86af)
  • Postgres Node: Allow passing in arrays to JSON columns for insert (#12452) (9dd0686)
  • Postgres Node: Re-use connection pool across executions (#12346) (2ca37f5)
  • Run workflow if active and single webhook service has pin data (#12425) (8053a4a)
  • Set correct default for added Resource Mapper boolean fields (#12344) (b4c77f2)
  • Supabase Node: Allow for filtering on the same field multiple times (#12429) (d7cc789)
  • Zep Vector Store Node: Cloud vector store integration (#12353) (2433d6b)

Features

  • (Execute Workflow Node): Inputs for Sub-workflows (#11830) (#11837) (d411663)
  • Add load options to new tool mode for vector stores (#12462) (3109de6)
  • Add migration to add managed column to credentials table (#12275) (3cb7081)
  • Allow using Vector Stores directly as Tools (#12311) (76dded4)
  • core: Add endpoint to create free AI credits (#12362) (ac4e042)
  • core: Add includeData parameter to GET /credentials (#12220) (f56ad8c)
  • core: Comply with NO_COLOR in logs (#12347) (1e60bbc)
  • core: Offload manual executions to workers (#11284) (9432aa0)
  • editor: Add free AI credits CTA (#12365) (f873196)
  • editor: Add support for project icons (#12349) (9117718)
  • editor: Easy AI workflow improvements (#12400) (8dc691d)
  • editor: Make workflows, credentials, executions and new canvas usable on mobile and touch devices (#12372) (06c9473)
  • editor: New Code editor based on the TypeScript language service (#12285) (52ae02a)
  • editor: Update Sub-Workflow Debugging Copy (#12483) (04e2928)
  • Google Vertex Chat Model Node: Add an option to specify GCP region (#12300) (30f9c03)
  • HighLevel Node: Add support for calendar items (#10820) (6e189fd)
  • Microsoft Entra ID Node: New node (#11779) (3006ccf)
jan_n8n_io
published 1.73.0 •

Changelog

Source

1.73.0 (2024-12-19)

Bug Fixes

  • core: Ensure runners do not throw on unsupported console methods (#12167) (57c6a61)
  • core: Fix $getWorkflowStaticData on task runners (#12153) (b479f14)
  • core: Fix binary data helpers (like prepareBinaryData) with task runner (#12259) (0f1461f)
  • core: Fix race condition in AI tool invocation with multiple items from the parent (#12169) (dce0c58)
  • core: Fix serialization of circular json with task runner (#12288) (a99d726)
  • core: Upgrade nanoid to address CVE-2024-55565 (#12171) (8c0bd02)
  • editor: Add new create first project CTA (#12189) (878b419)
  • editor: Fix canvas ready opacity transition on new canvas (#12264) (5d33a6b)
  • editor: Fix rendering of code-blocks in sticky notes (#12227) (9b59035)
  • editor: Fix sticky color picker getting covered by nodes on new canvas (#12263) (27bd3c8)
  • editor: Improve commit modal user facing messaging (#12161) (ad39243)
  • editor: Prevent connection line from showing when clicking the plus button of a node (#12265) (9180b46)
  • editor: Prevent stickies from being edited in preview mode in the new canvas (#12222) (6706dcd)
  • editor: Reduce cases for Auto-Add of ChatTrigger for AI Agents (#12154) (365e82d)
  • editor: Remove invalid connections after node handles change (#12247) (6330bec)
  • editor: Set dangerouslyUseHTMLString in composable (#12280) (6ba91b5)
  • editor: Set RunData outputIndex based on incoming data (#12182) (dc4261a)
  • editor: Update the universal create button interaction (#12105) (5300e0a)
  • Elasticsearch Node: Fix issue stopping search queries being sent (#11464) (388a83d)
  • Extract from File Node: Detect file encoding (#12081) (92af245)
  • Github Node: Fix fetch of file names with ? character (#12206) (39462ab)
  • Invoice Ninja Node: Fix actions for bank transactions (#11511) (80eea49)
  • Linear Node: Fix issue with error handling (#12191) (b8eae5f)
  • MongoDB Node: Fix checks on projection feature call (#10563) (58bab46)
  • Postgres Node: Allow users to wrap strings with $$ (#12034) (0c15e30)
  • Redis Node: Add support for username auth (#12274) (64c0414)

Features

  • Add solarwinds ipam credentials (#12005) (882484e)
  • Add SolarWinds Observability node credentials (#11805) (e8a5db5)
  • AI Agent Node: Update descriptions and titles for Chat Trigger options in AI Agents and Memory (#12155) (07a6ae1)
  • API: Exclude pinned data from workflows (#12261) (e0dc385)
  • editor: Params pane collection improvements (#11607) (6e44c71)
  • editor: Support adding nodes via drag and drop from node creator on new canvas (#12197) (1bfd9c0)
  • Facebook Graph API Node: Update node to support API v21.0 (#12116) (14c33f6)
  • Linear Trigger Node: Add support for admin scope (#12211) (410ea9a)
  • MailerLite Node: Update node to support new api (#11933) (d6b8e65)
  • Send and wait operation - freeText and customForm response types (#12106) (e98c7f1)

Performance Improvements

  • editor: SchemaView performance improvement by ≈90% 🚀 (#12180) (6a58309)
jan_n8n_io
published 1.72.0 •

Changelog

Source

1.72.0 (2024-12-11)

Bug Fixes

  • Allow disabling MFA with recovery codes (#12014) (95d56fe)
  • Chat triggers don't work with the new partial execution flow (#11952) (2b6a72f)
  • core: Execute nodes after loops correctly with the new partial execution flow (#11978) (891dd7f)
  • core: Fix support for multiple invocation of AI tools (#12141) (c572c06)
  • core: Make sure task runner exits (#12123) (c5effca)
  • core: Remove run data of nodes unrelated to the current partial execution (#12099) (c4e4d37)
  • core: Return homeProject when filtering workflows by project id (#12077) (efafeed)
  • editor: Don't reset all Parameter Inputs when switched to read-only (#12063) (706702d)
  • editor: Fix canvas panning using Control + Left Mouse Button on Windows (#12104) (43009b6)
  • editor: Fix Nodeview.v2 reinitialise based on route changes (#12062) (b1f8663)
  • editor: Fix svg background pattern rendering on safari (#12079) (596f221)
  • editor: Fix switching from v2 to v1 (#12050) (5c76de3)
  • editor: Improvements to the commit modal (#12031) (4fe1952)
  • editor: Load node types in demo and preview modes (#12048) (4ac5f95)
  • editor: Polyfill crypto.randomUUID (#12052) (0537524)
  • editor: Redirect Settings to the proper sub page depending on the instance type (cloud or not) (#12053) (a16d006)
  • editor: Render sanitized HTML content in toast messages (#12139) (0468945)
  • editor: Universal button snags (#11974) (956b11a)
  • editor: Update concurrency UI considering different types of instances (#12068) (fa572bb)
  • FTP Node: Fix issue with creating folders on rename (#9340) (eb7d593)
  • n8n Form Node: Completion page display if EXECUTIONS_DATA_SAVE_ON_SUCCESS=none (#11869) (f4c2523)
  • OpenAI Node: Allow updating assistant files (#12042) (7b20f8a)

Features

  • AI Transform Node: Reduce payload size (#11965) (d8ca8de)
  • core: Add option to filter for empty variables (#12112) (a63f0e8)
  • core: Cancel runner task on timeout in external mode (#12101) (addb4fa)
  • core: Parent workflows should wait for sub-workflows to finish (#11985) (60b3dcc)
  • editor: Implementing the Easy AI Workflow experiment (#12043) (67ed1d2)
  • Redis Node: Add support for continue on fail / error output branch (#11714) (ed35958)
jan_n8n_io
published 1.71.1 •

jan_n8n_io
published 1.70.1 •

jan_n8n_io
published 1.71.0 •

Changelog

Source

1.71.0 (2024-12-04)

Bug Fixes

  • core: Fix push for waiting executions (#11984) (8d71307)
  • core: Improve header parameter parsing on http client responses (#11953) (41e9e39)
  • core: Opt-out from optimizations if $item is used (#12036) (872535a)
  • core: Use the configured timezone in task runner (#12032) (2e6845a)
  • core: Validate node name when creating NodeOperationErrror (#11999) (e68c9da)
  • editor: Add execution concurrency info and paywall (#11847) (57d3269)
  • editor: Fix bug causing connection lines to disappear when hovering stickies (#11950) (439a1cc)
  • editor: Fix canvas keybindings using splitter keys such as zooming using + key (#12022) (6af9c82)
  • editor: Fix community check (#11979) (af0398a)
  • editor: Fix copy/paste keyboard events in canvas chat (#12004) (967340a)
  • editor: Fix node showing as successful if errors exists on subsequent runs (#12019) (8616b17)
  • editor: Fix pin data showing up in production executions on new canvas (#11951) (5f6f8a1)
  • editor: Handle source control initialization to prevent UI form crashing (#11776) (6be8e86)
  • editor: Implement dirty nodes for partial executions (#11739) (b8da4ff)
  • editor: Resolve going back from Settings (#11958) (d74423c)
  • editor: Unify executions card label color (#11949) (fc79718)
  • editor: Use optional chaining for all members in execution data when using the debug feature (#12024) (67aa0c9)
  • GraphQL Node: Throw error if GraphQL variables are not objects or strings (#11904) (85f30b2)
  • HTTP Request Node: Use iconv-lite to decode http responses, to support more encoding types (#11930) (461b39c)
  • Load workflows with unconnected Switch outputs (#12020) (abc851c)
  • n8n Form Node: Use https to load google fonts (#11948) (eccd924)
  • Telegram Trigger Node: Fix header secret check (#12018) (f16de4d)
  • Webflow Node: Fix issue with pagination in v2 node (#11934) (1eb94bc)
  • Webflow Node: Fix issue with publishing items (#11982) (0a8a57e)

Features

  • AI Transform Node: Node Prompt improvements (#11611) (40a7445)
  • Code Node: Warning if pairedItem absent or could not be auto mapped (#11737) (3a5bd12)
  • editor: Canvas chat UI & UX improvements (#11924) (1e25774)
  • editor: Persist user's preferred display modes on localStorage (#11929) (bd69316)

Performance Improvements

jan_n8n_io
published 1.70.0 •

Changelog

Source

1.70.0 (2024-11-27)

Bug Fixes

  • AI Agent Node: Add binary message before scratchpad to prevent tool calling loops (#11845) (5c80cb5)
  • CodeNodeEditor walk cannot read properties of null (#11129) (d99e0a7)
  • core: Bring back execution data on the executionFinished push message (#11821) (0313570)
  • core: Correct invalid WS status code on removing connection (#11901) (1d80225)
  • core: Don't use unbound context methods in code sandboxes (#11914) (f6c0d04)
  • core: Fix broken execution query when using projectId (#11852) (a061dbc)
  • core: Fix validation of items returned in the task runner (#11897) (a535e88)
  • editor: Add missing trigger waiting tooltip on new canvas (#11918) (a8df221)
  • editor: Don't re-render input panel after node finishes executing (#11813) (b3a99a2)
  • editor: Fix AI assistant loading message layout (#11819) (89b4807)
  • editor: Fix new canvas discovery tooltip position after adding github stars button (#11898) (f4ab5c7)
  • editor: Fix node position not getting set when dragging selection on new canvas (#11871) (595de81)
  • editor: Restore workers view (#11876) (3aa72f6)
  • editor: Turn NPS survey into a modal and make sure it shows above the Ask AI button (#11814) (ca169f3)
  • editor: Use crypto.randomUUID() to initialize node id if missing on new canvas (#11873) (bc4857a)
  • n8n Form Node: Duplicate popup in manual mode (#11925) (2c34bf4)
  • n8n Form Node: Redirect if completion page to trigger (#11822) (1a8fb7b)
  • OpenAI Node: Remove preview chatInput parameter for Assistant:Messsage operation (#11825) (4dde287)
  • Retain execution data between partial executions (new flow) (#11828) (3320436)

Features

  • Add SharePoint credentials (#11570) (05c6109)
  • Add Zabbix credential only node (#11489) (fbd1ecf)
  • AI Transform Node: Support for drag and drop (#11276) (2c252b0)
  • editor: Drop response wrapper requirement from Subworkflow Tool output (#11785) (cd3598a)
  • editor: Improve node and edge bring-to-front mechanism on new canvas (#11793) (b89ca9d)
  • editor: Make new canvas connections go underneath node when looping backwards (#11833) (91d1bd8)
  • editor: Make the left sidebar in Expressions editor draggable (#11838) (a713b3e)
  • editor: Migrate existing users to new canvas and set new canvas as default (#11896) (caa7447)
  • Slack Node: Update wait for approval to use markdown (#11754) (40dd02f)
jan_n8n_io
published 1.69.0 •

Changelog

Source

1.69.0 (2024-11-20)

Bug Fixes

  • Add supported versions warning to Zep memory node (#11803) (9cc5bc1)
  • AI Agent Node: Escape curly brackets in tools description for non Tool agents (#11772) (83abdfa)
  • Anthropic Chat Model Node: Update credentials test endpoint (#11756) (6cf0aba)
  • core: Add missing env vars to task runner config (#11810) (870c576)
  • core: Allow Azure's SAML metadata XML containing WS-Federation nodes to pass validation (#11724) (3b62bd5)
  • core: Delete binary data parent folder when pruning executions (#11790) (17ef2c6)
  • core: Fix diagnostics.enabled default value (#11809) (5fa72b0)
  • core: Improve the security on OAuth callback endpoints (#11593) (274fcf4)
  • core: Restore old names for pruning config keys (#11782) (d15b8d0)
  • core: Unload any existing version of a community nodes package before upgrading it (#11727) (1d8fd13)
  • editor: Add documentation link to insufficient quota message (#11777) (1987363)
  • editor: Add project header subtitle (#11797) (ff4261c)
  • editor: Change Home label to Overview (#11736) (1a78360)
  • editor: Fix executions sorting (#11808) (cd5ad65)
  • editor: Fix partial executions not working due to broken push message queue and race conditions (#11798) (b05d435)
  • editor: Fix reordered switch connections when copying nodes on new canvas (#11788) (6c2dad7)
  • editor: Fix the issue with RMC Values to Send collection disappears (#11710) (7bb9002)
  • editor: Improve formatting of expired trial error message (#11708) (8a0ad0f)
  • editor: Optimize application layout (#11769) (91f9390)
  • Google Sheets Trigger Node: Fix issue with regex showing correct sheet as invalid (#11770) (d5ba1a0)
  • HTTP Request Node: Continue using error (#11733) (d1bae1a)
  • n8n Form Node: Support expressions in completion page (#11781) (1099167)
  • Prevent workflow to run if active and single webhook service (#11752) (bcb9a20)
  • Read/Write Files from Disk Node: Escape parenthesis when reading file (#11753) (285534e)
  • YouTube Node: Issue in published before and after dates filters (#11741) (7381c28)

Features

  • core: Improve debugging of sub-workflows (#11602) (fd3254d)
  • core: Improve handling of manual executions with wait nodes (#11750) (61696c3)
  • editor: Add Info Note to NDV Output Panel if no existing Tools were used during Execution (#11672) (de0e861)
  • editor: Add option to create sub workflow from workflows list in Execute Workflow node (#11706) (c265d44)
  • editor: Add selection navigation using the keyboard on new canvas (#11679) (6cd9b99)
  • editor: Add universal Create Resource Menu (#11564) (b38ce14)
  • Embeddings Azure OpenAI Node, Azure OpenAI Chat Model Node: Add support for basePath url in Azure Open AI nodes (#11784) (e298ebe)
  • Embeddings OpenAI Node, Embeddings Azure OpenAI Node: Add dimensions option (#11773) (de01a8a)
  • GitHub stars dismiss button (#11794) (8fbad74)
23
29
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