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

@llamaindex/cloud

Package Overview
Dependencies
Maintainers
0
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@llamaindex/cloud - npm Package Compare versions

Comparing version 0.0.8 to 0.1.0

dist/api.cjs

65

package.json
{
"name": "@llamaindex/cloud",
"version": "0.0.8",
"type": "module",
"description": "LlamaCloud JS SDK",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.cts",
"scripts": {
"build": "tsup ./src/index.ts ./src/api/index.ts --dts --format esm,cjs"
},
"files": [
"dist"
],
"dependencies": {
"@types/qs": "^6.9.12",
"add": "^2.0.6",
"form-data": "^4.0.0",
"js-base64": "^3.7.7",
"node-fetch": "^3.3.2",
"qs": "^6.12.0"
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"eslint": "8.57.0",
"tsup": "^8.0.2",
"typescript": "5.4.5",
"typescript-eslint": "^7.7.0",
"url-join": "^5.0.0"
"name": "@llamaindex/cloud",
"version": "0.1.0",
"type": "module",
"license": "MIT",
"files": [
"openapi.json",
"dist"
],
"exports": {
"./openapi.json": "./openapi.json",
"./api": {
"require": {
"types": "./dist/api.d.cts",
"default": "./dist/api.cjs"
},
"import": {
"types": "./dist/api.d.ts",
"default": "./dist/api.js"
},
"default": {
"types": "./dist/api.d.ts",
"default": "./dist/api.js"
}
}
},
"repository": {
"type": "git",
"url": "https://github.com/himself65/LlamaIndexTS.git",
"directory": "packages/cloud"
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.48.0",
"bunchee": "^5.2.1"
},
"scripts": {
"generate": "pnpm dlx @hey-api/openapi-ts",
"build": "pnpm run generate && bunchee"
}
}
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