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.11.1 to 0.11.2

6

index.d.ts

@@ -543,2 +543,8 @@ declare module '@intuned/runner' {

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

@@ -545,0 +551,0 @@ export {

2

package.json
{
"name": "@intuned/runner-types",
"version": "0.11.1",
"version": "0.11.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