![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@flatfile/sdk
Advanced tools
npm install @flatfile/sdk --save
npm start
to start the development environment. Once running, the app will be available at localhost:8080
.docker compose up -d app
to start the docker container. Once running, the app will be available at localhost:8080
.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" />
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
Flatfile SDK
The npm package @flatfile/sdk receives a total of 5,259 weekly downloads. As such, @flatfile/sdk popularity was classified as popular.
We found that @flatfile/sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 26 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.