Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

toolcall

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

toolcall - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+13
README.md
# toolcall
LLM tool calling utilities.
## Installation
```bash
npm install toolcall
```
## License
MIT
+10
-2
{
"name": "toolcall",
"version": "0.0.1",
"version": "0.0.2",
"description": "LLM tool calling utilities",

@@ -8,3 +8,11 @@ "main": "index.js",

"author": "Yi Min Yang (https://www.yiminyang.dev)",
"license": "MIT"
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sceiler/toolcall.git"
},
"homepage": "https://github.com/sceiler/toolcall#readme",
"bugs": {
"url": "https://github.com/sceiler/toolcall/issues"
}
}