Socket
Socket
Sign inDemoInstall

@ai-d/aid

Package Overview
Dependencies
31
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

10

dist/index.js

@@ -172,4 +172,5 @@ "use strict";

content.push({ type: "text", text: input2.text });
} else if (input2.images) {
for (let image of input2.images) {
}
if (input2.images) {
for (const image of input2.images) {
content.push({ type: "image_url", image_url: image });

@@ -188,4 +189,5 @@ }

content.push({ type: "text", text: input.text });
} else if (input.images) {
for (let image of input.images) {
}
if (input.images) {
for (const image of input.images) {
content.push({ type: "image_url", image_url: image });

@@ -192,0 +194,0 @@ }

2

package.json
{
"name": "@ai-d/aid",
"description": "Aid provides a structured and type-safe way to interact with LLMs.",
"version": "0.1.2",
"version": "0.1.3",
"author": "JacobLinCool <jacoblincool@gmail.com> (https://jacoblin.cool)",

@@ -6,0 +6,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc