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

@n8n_io/ai-assistant-sdk

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@n8n_io/ai-assistant-sdk - npm Package Compare versions

Comparing version 1.9.3 to 1.9.4

7

CHANGELOG.md
# Changelog
## [1.9.4](https://github.com/n8n-io/ai-assistant-service/compare/ai-assistant-sdk-v1.9.3...ai-assistant-sdk-v1.9.4) (2024-08-14)
### Bug Fixes
* Fix bug with suggestion response ([#94](https://github.com/n8n-io/ai-assistant-service/issues/94)) ([c5af915](https://github.com/n8n-io/ai-assistant-service/commit/c5af91521f4d1710c5091801e01dc6835171eea3))
## [1.9.3](https://github.com/n8n-io/ai-assistant-service/compare/ai-assistant-sdk-v1.9.2...ai-assistant-sdk-v1.9.3) (2024-08-14)

@@ -4,0 +11,0 @@

4

dist/index.js

@@ -30,3 +30,3 @@ "use strict";

name: "@n8n_io/ai-assistant-sdk",
version: "1.9.3",
version: "1.9.4",
description: "n8n AI assistant SDK",

@@ -173,3 +173,3 @@ author: "",

function isValidResponse(response) {
return typeof response === "object" && !!response && "suggestionId" in response && "sessionId" in response;
return typeof response === "object" && !!response && "parameters" in response && "sessionId" in response;
}

@@ -176,0 +176,0 @@ // Annotate the CommonJS export names for ESM import in node:

{
"name": "@n8n_io/ai-assistant-sdk",
"version": "1.9.3",
"version": "1.9.4",
"description": "n8n AI assistant SDK",

@@ -5,0 +5,0 @@ "author": "",

@@ -181,5 +181,5 @@ import packageJson from '../package.json';

!!response &&
'suggestionId' in response &&
'parameters' in response &&
'sessionId' in response
);
}

Sorry, the diff of this file is not supported yet

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