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

@baseai/core

Package Overview
Dependencies
Maintainers
0
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@baseai/core - npm Package Compare versions

Comparing version 0.9.36 to 0.9.37

6

CHANGELOG.md
# `baseai` SDK
## 0.9.37
### Patch Changes
- 👌 IMPROVE: Remove unused type
## 0.9.36

@@ -4,0 +10,0 @@

3

dist/index.d.ts

@@ -16,6 +16,5 @@ import { ChatCompletionStream } from 'openai/lib/ChatCompletionStream';

path: string;
originalName: string;
}
interface Document {
meta?: (documnet: MemoryDocumentI) => Record<string, string>;
meta?: (doc: MemoryDocumentI) => Record<string, string>;
}

@@ -22,0 +21,0 @@ interface Memory {

{
"name": "@baseai/core",
"description": "The Web AI Framework's core - BaseAI.dev",
"version": "0.9.36",
"version": "0.9.37",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "sideEffects": false,

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