Socket
Socket
Sign inDemoInstall

@intuned/runner-types

Package Overview
Dependencies
Maintainers
4
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intuned/runner-types - npm Package Compare versions

Comparing version 0.7.1-beta-pdf-1 to 0.7.1-beta-pdf-2

14

index.d.ts

@@ -248,4 +248,18 @@ declare module '@intuned/runner' {

}
export function extractFromPdf(pdfBuffer: Buffer, entityName: string, jsonSchema: JSONSchema, pages: [
number
]): Promise<any>;
export interface SearchPdfConfigs {
contextWindow: number;
}
export type SearchPdfResult = {
context: string;
page: number;
found: true;
} | {
found: false;
};
export function searchPdf(dataBuffer: Buffer, searchSentence: string, options?: SearchPdfConfigs): Promise<SearchPdfResult>;
export {};
}

2

package.json
{
"name": "@intuned/runner-types",
"version": "0.7.1-beta-pdf-1",
"version": "0.7.1-beta-pdf-2",
"description": "intuned runner types",

@@ -5,0 +5,0 @@ "author": "Intuned Team",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc