New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ofx-convertjs

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ofx-convertjs

Biblioteca para converter arquivo ofx para json e json para ofx para todos os formatos dos bancos. Para node.js

latest
Source
npmnpm
Version
1.0.8
Version published
Weekly downloads
184
2.79%
Maintainers
1
Weekly downloads
 
Created
Source

ofx-convert

** Biblioteca para converter arquivo ofx para json e json para ofx para todos os formatos dos bancos.

Aplicação

Converter OFX para JSON

const ofx = require('ofx-convertjs');

const file = fs.readFileSync('exemplo.ofx', 'utf8')
const data = ofx.toJson(file);

Converter JSON para OFX

const ofx = require('ofx-convertjs');

const json = {id: 1, name: 'json'}
const data = ofx.toOfx(json);

License

Este projeto é licenciado sobre MIT License - LICENSE.md para mais detalhes vide arquivo

Perfil

Keywords

Ofx

FAQs

Package last updated on 23 Feb 2023

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