Socket
Socket
Sign inDemoInstall

@flatfile/api-beta

Package Overview
Dependencies
19
Maintainers
25
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "@flatfile/api-beta",
"version": "0.1.1",
"version": "0.1.2",
"private": false,

@@ -5,0 +5,0 @@ "repository": "https://github.com/FlatFilers/flatfile-node",

# Flatfile Node API Library
[![npm shield](https://img.shields.io/npm/v/@fern-api/flatfile)](https://www.npmjs.com/package/@fern-api/flatfile)
[![npm shield](https://img.shields.io/npm/v/@flatfile/api-beta)](https://www.npmjs.com/package/@flatfile/api-beta)

@@ -14,5 +14,5 @@ The Flatfile Node.js library provides convenient access to the Flatfile API from JavaScript/TypeScript.

```
npm install --save @fern-api/flatfile
npm install --save @flatfile/api-beta
# or
yarn add @fern-api/flatfile
yarn add @flatfile/api-beta
```

@@ -25,3 +25,3 @@

```typescript
import { Flatfile, FlatfileClient } from '@fern-api/flatfile';
import { Flatfile, FlatfileClient } from '@flatfile/api-beta';

@@ -103,4 +103,4 @@ const flatfile = new FlatfileClient({

While we value open-source contributions to this SDK, this library is generated programmatically. Additions made directly to this library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest [opening an issue](https://github.com/fern-flatfile/flatfile-node/issues) first to discuss with us!
While we value open-source contributions to this SDK, this library is generated programmatically. Additions made directly to this library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest [opening an issue](https://github.com/FlatFilers/flatfile-node/issues) first to discuss with us!
On the other hand, contributions to the README are always very welcome!
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc