Sign In

@ailang/parse

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ailang/parse - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+13
-4
package.json
{
"name": "@ailang/parse",
"version": "0.1.0",
"version": "0.1.1",
"description": "JavaScript/TypeScript client for the AILANG Parse document parsing API",

@@ -8,10 +8,19 @@ "type": "module",

"types": "src/index.ts",
"files": ["src/"],
"files": [
"src/"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/sunholo-data/docparse",
"url": "git+https://github.com/sunholo-data/docparse.git",
"directory": "sdks/js"
},
"keywords": ["ailang-parse", "document-parsing", "unstructured", "ailang", "docparse", "office-parser"],
"keywords": [
"ailang-parse",
"document-parsing",
"unstructured",
"ailang",
"docparse",
"office-parser"
],
"scripts": {

@@ -18,0 +27,0 @@ "test": "node --test tests/client.test.ts"