
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@bloom-trade/erp-connector
Advanced tools
A package to internally connect a merchant with erp that bloom could handle
An internal library aimed to workalong bloom merchant and feed its interface.
npm install @bloom-trade/erp-connector
import Connector from '@bloom-trade/erp-connector';
const credentials = {
credentials: {
client_id: '',
client_secret: '',
},
realmId: '',
refresh_token: '',
};
const connector = new Connector();
const client = connector.getClient(credentials, 'quickbooks');
client?.getInvoice('99').then((invoices) => {
//your invoice
console.log(invoices.products);
});
FAQs
A package to internally connect a merchant with erp that bloom could handle
We found that @bloom-trade/erp-connector demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.