Sign In

@kynth/api

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kynth/api - npm Package Compare versions

Comparing version
0.3.1
to
0.5.0
+6
-7
package.json
{
"name": "@kynth/api",
"version": "0.3.1",
"version": "0.5.0",
"description": "Official TypeScript SDK for Kynth Core — the AI back-end for your product. Parse documents, extract fields, redact PII, analyze contracts, fight chargebacks, enrich companies.",

@@ -47,7 +47,2 @@ "keywords": [

},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build"
},
"publishConfig": {

@@ -58,3 +53,7 @@ "access": "public"

"typescript": "^5"
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"typecheck": "tsc --noEmit"
}
}
}