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.2 to 1.9.3

7

CHANGELOG.md
# Changelog
## [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)
### Bug Fixes
* Fix bug with setting auth token ([#92](https://github.com/n8n-io/ai-assistant-service/issues/92)) ([1f100c5](https://github.com/n8n-io/ai-assistant-service/commit/1f100c5b613e289fdff4ce24b646c65f7ae2a93b))
## [1.9.2](https://github.com/n8n-io/ai-assistant-service/compare/ai-assistant-sdk-v1.9.1...ai-assistant-sdk-v1.9.2) (2024-08-14)

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

3

dist/index.js

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

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

@@ -131,2 +131,3 @@ author: "",

this.activeToken = data.accessToken;
return;
}

@@ -133,0 +134,0 @@ throw new Error("Could not retrieve access token");

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

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

@@ -119,2 +119,3 @@ import packageJson from '../package.json';

this.activeToken = data.accessToken;
return;
}

@@ -121,0 +122,0 @@

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