@llamaindex/cloud
Advanced tools
Comparing version 0.0.8 to 0.1.0
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
0
2
0
0
19
0
4
1523447
8
36052
- Removed@types/qs@^6.9.12
- Removedadd@^2.0.6
- Removedform-data@^4.0.0
- Removedjs-base64@^3.7.7
- Removednode-fetch@^3.3.2
- Removedqs@^6.12.0
- Removed@types/qs@6.9.17(transitive)
- Removedadd@2.0.6(transitive)
- Removedasynckit@0.4.0(transitive)
- Removedcall-bind@1.0.7(transitive)
- Removedcombined-stream@1.0.8(transitive)
- Removeddata-uri-to-buffer@4.0.1(transitive)
- Removeddefine-data-property@1.1.4(transitive)
- Removeddelayed-stream@1.0.0(transitive)
- Removedes-define-property@1.0.0(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedfetch-blob@3.2.0(transitive)
- Removedform-data@4.0.1(transitive)
- Removedformdata-polyfill@4.0.10(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-intrinsic@1.2.4(transitive)
- Removedgopd@1.0.1(transitive)
- Removedhas-property-descriptors@1.0.2(transitive)
- Removedhas-proto@1.0.3(transitive)
- Removedhas-symbols@1.0.3(transitive)
- Removedhasown@2.0.2(transitive)
- Removedjs-base64@3.7.7(transitive)
- Removedmime-db@1.52.0(transitive)
- Removedmime-types@2.1.35(transitive)
- Removednode-domexception@1.0.0(transitive)
- Removednode-fetch@3.3.2(transitive)
- Removedobject-inspect@1.13.3(transitive)
- Removedqs@6.13.1(transitive)
- Removedset-function-length@1.2.2(transitive)
- Removedside-channel@1.0.6(transitive)
- Removedweb-streams-polyfill@3.3.3(transitive)