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

n8n-nodes-cheapai

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-cheapai - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

9

dist/credentials/CheapAiApi.credentials.js

@@ -11,2 +11,9 @@ "use strict";

{
displayName: 'API URL',
name: 'apiUrl',
type: 'string',
default: 'https://api.openai.com/',
description: 'Enter your API URL. If left empty, it will default to OpenAI API URL.',
},
{
displayName: 'API Key',

@@ -38,3 +45,3 @@ name: 'apiKey',

request: {
baseURL: 'https://api.daku.tech/',
baseURL: '={{$credentials.apiUrl}}',
url: '/v1/models',

@@ -41,0 +48,0 @@ },

@@ -30,6 +30,14 @@ "use strict";

ignoreHttpStatusErrors: true,
baseURL: 'https://api.daku.tech/',
baseURL: 'https://api.openai.com/',
},
properties: [
{
displayName: 'API URL',
name: 'apiUrl',
type: 'string',
default: '',
placeholder: 'https://api.openai.com/',
description: 'Enter your API URL. If left empty, it will default to OpenAI API URL.',
},
{
displayName: 'Resource',

@@ -36,0 +44,0 @@ name: 'resource',

2

dist/package.json
{
"name": "n8n-nodes-cheapai",
"version": "0.0.3",
"version": "0.0.4",
"description": "This is a simple node that allows you to insert a custom API Url for AI",

@@ -5,0 +5,0 @@ "keywords": [

{
"name": "n8n-nodes-cheapai",
"version": "0.0.3",
"version": "0.0.4",
"description": "This is a simple node that allows you to insert a custom API Url for AI",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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