New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@flatfile/sdk

Package Overview
Dependencies
Maintainers
18
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flatfile/sdk - npm Package Compare versions

Comparing version 2.0.0-rc11 to 2.0.0-rc12

7

dist/Flatfile.d.ts
import { FlatfileError } from './errors/FlatfileError';
import { ApiService } from './graphql/ApiService';
import { IChunkOptions, ImportSession } from './importer/ImportSession';
import { IChunkOptions, ImportSession, IUrlOptions } from './importer/ImportSession';
import { IteratorCallback } from './lib/RecordChunkIterator';

@@ -66,7 +66,6 @@ import { TypedEventManager } from './lib/TypedEventManager';

export declare const IMPORTER_CONFIG_KEYS: (keyof IFlatfileImporterConfig)[];
interface IOpenOptions {
declare type IOpenOptions = {
open?: 'iframe' | 'window';
autoContinue?: boolean;
}
} & IUrlOptions;
declare type DataReqOptions = IOpenOptions & IChunkOptions & IImportSessionConfig;
export {};
{
"name": "@flatfile/sdk",
"version": "2.0.0-rc11",
"version": "2.0.0-rc12",
"description": "Flatfile SDK",

@@ -5,0 +5,0 @@ "private": false,

Sorry, the diff of this file is too big to display

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