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
13
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flatfile/sdk

Flatfile SDK

  • 1.0.0-beta.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5.6K
decreased by-68.16%
Maintainers
13
Weekly downloads
 
Created
Source

@flatfile/sdk

Install

npm install @flatfile/sdk --save

Native

  • Run npm start to start the development environment. Once running, the app will be available at localhost:8080.

Docker

  • Run docker compose up -d app to start the docker container. Once running, the app will be available at localhost:8080.

Build

A production bundle can be created via:

npm run build

The results of which can be found in the dist directory.

Once bundled, the package can be consumed in the following ways:

// CommonJS
const flatfileImporter = require('@flatfile/sdk');

// AMD
import flatfileImporter from '@flatfile/sdk';

// Script tag - available as a global variable: window.flatfileImporter 
<script src="https://example.com/path/to/hosted/sdk.js" />

Publish

Publishing only requires a single command, npm publish. This will automatically create a fresh production bundle, via the prepack script, before being submitted to NPM.

FAQs

Package last updated on 17 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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