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.3 to 0.1.4

13

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

@@ -35,9 +35,14 @@ "license": "MIT",

"debug": "^4.3.4",
"zod-to-json-schema": "^3.22.0",
"zod-to-ts": "^1.2.0"
"zod-to-json-schema": "^3.22.0"
},
"peerDependencies": {
"openai": "^4.0.0",
"zod": "^3.0.0"
"zod": "^3.0.0",
"zod-to-ts": "^1.2.0"
},
"peerDependenciesMeta": {
"zod-to-ts": {
"optional": true
}
},
"devDependencies": {

@@ -44,0 +49,0 @@ "@types/debug": "^4.1.12",

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