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

llamaindex

Package Overview
Dependencies
Maintainers
1
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

llamaindex - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

6

CHANGELOG.md
# llamaindex
## 0.0.9
### Patch Changes
- 02d9bb0: Remove ESM export for now (causing issues with edge functions)
## 0.0.8

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

14

package.json
{
"name": "llamaindex",
"version": "0.0.8",
"version": "0.0.9",
"dependencies": {

@@ -26,14 +26,2 @@ "js-tiktoken": "^1.0.7",

},
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"types": "./dist/index.d.ts",

@@ -40,0 +28,0 @@ "main": "./dist/index.js",

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