🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@taplid/client

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taplid/client - npm Package Compare versions

Comparing version
0.5.14
to
0.5.15
+2
-2
package.json
{
"name": "@taplid/client",
"version": "0.5.14",
"version": "0.5.15",
"description": "Official Node.js SDK for the hosted Taplid audit API.",

@@ -38,3 +38,3 @@ "keywords": [

"dependencies": {
"@taplid/contract": "0.5.14"
"@taplid/contract": "0.5.15"
},

@@ -41,0 +41,0 @@ "engines": {

@@ -99,3 +99,3 @@ # @taplid/client

| `response` | `string` | The AI-generated output to audit. |
| `auditMode` | `string` | Optional. `'artifact'` (default) for code reviews, PRs, implementation plans, long answers, and structured outputs. `'standard'` for short factual, policy, refund, pricing, entitlement, and simple answer checks. Still being calibrated. |
| `auditMode` | `string` | Optional. `'artifact'` (default) for code reviews, PRs, implementation plans, long answers, and structured outputs. `'standard'` for factual, policy, refund, pricing, and entitlement issues. |

@@ -102,0 +102,0 @@ Only `response` is required; `context`, `prompt`, and `auditMode` are optional.