Socket
Socket
Sign inDemoInstall

@intuned/runner-types

Package Overview
Dependencies
Maintainers
5
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.11.3-beta-better-error-responses-1 to 0.12.0

20

index.d.ts

@@ -218,4 +218,2 @@ declare module '@intuned/runner' {

retry: false;
status_code?: number;
error_code?: string;
}

@@ -529,8 +527,2 @@ export class IntunedError extends Error {

function extractFromPdfImproved(entityName: string, sourceInput: Source, fileExtractionPropertiesInput: FileExtractionProperties): Promise<any>;
export function extractTablesFromPdf(source: Omit<Source, "type">): Promise<{
pages: {
title: string | undefined;
content: (string | undefined)[][];
}[][];
}>;
export class FileHelpers {

@@ -552,9 +544,9 @@ static searchPdf(...params: Parameters<typeof searchPdf>): Promise<{

}>;
static extractTablesFromPdf(...extractTablesFromPdfParams: Parameters<typeof extractTablesFromPdf>): Promise<{
pages: {
title: string | undefined;
content: (string | undefined)[][];
}[][];
}>;
}
export function extractTablesFromPdf(source: Omit<Source, "type">): Promise<{
pages: {
title: string | undefined;
content: (string | undefined)[][];
}[][];
}>;

@@ -561,0 +553,0 @@ export {

{
"name": "@intuned/runner-types",
"version": "0.11.3-beta-better-error-responses-1",
"version": "0.12.0",
"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