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

@llamaindex/experimental

Package Overview
Dependencies
Maintainers
5
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@llamaindex/experimental - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/type/engines/query/index.d.ts

9

package.json
{
"name": "@llamaindex/experimental",
"description": "Experimental package for LlamaIndexTS",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",

@@ -44,4 +44,4 @@ "types": "dist/type/index.d.ts",

"type": "git",
"url": "https://github.com/himself65/LlamaIndexTS.git",
"directory": "packages/env"
"url": "https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/experimental"
},

@@ -52,3 +52,3 @@ "scripts": {

"build:cjs": "swc src -d dist/cjs --strip-leading-paths --config-file .cjs.swcrc",
"build:type": "tsc -p tsconfig.json",
"build:type": "pnpm run -w type-check",
"postbuild": "node -e \"require('fs').writeFileSync('./dist/cjs/package.json', JSON.stringify({ type: 'commonjs' }))\"",

@@ -61,2 +61,3 @@ "dev": "concurrently \"pnpm run build:esm --watch\" \"pnpm run build:cjs --watch\" \"pnpm run build:type --watch\""

"@swc/core": "^1.4.2",
"@types/jsonpath": "^0.2.4",
"concurrently": "^8.2.2",

@@ -63,0 +64,0 @@ "pathe": "^1.1.2"

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