🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@structuredparser/sdk

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@structuredparser/sdk - npm Package Compare versions

Comparing version

to
1.0.2

dist/openapi/schema.d.ts

4

dist/openapi/index.d.ts

@@ -1,4 +0,4 @@

import type { components } from "./schema.d";
export * from "./schema.d";
import type { components } from "./schema";
export * from "./schema";
export * from "./helpers";
export type schemas = components["schemas"];

@@ -1,3 +0,3 @@

export * from "./schema.d";
export * from "./schema";
export * from "./helpers";
//# sourceMappingURL=index.js.map
{
"name": "@structuredparser/sdk",
"version": "1.0.0",
"version": "1.0.2",
"type": "module",

@@ -19,3 +19,3 @@ "description": "The Structured Parser JS/TS SDK allows developers to easily integrate Structured Parser's advanced structured data extraction capabilities from unstructured documents such as PDF, DOCX, XLSX.",

"test:run": "vitest run",
"openapi:gen": "openapi-typescript ./openapi.yaml -o ./src/openapi/schema.d.ts",
"openapi:gen": "openapi-typescript ./openapi.yaml -o ./src/openapi/schema.ts",
"bump:patch": "npm version patch",

@@ -43,4 +43,9 @@ "bump:minor": "npm version minor",

"files": [
"/dist"
"dist/**/**",
"!**/*.test.*",
"!**/*.spec.*",
"!**/*.tsbuildinfo",
"LICENSE",
"README.md"
]
}
}

Sorry, the diff of this file is not supported yet