
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.
umbrucore-lib
Advanced tools
A pure and powerful JavaScript Umbru library.
Umbru is a powerful new peer-to-peer platform for the next generation of financial technology. The decentralized nature of the Umbru network allows for highly resilient Umbru infrastructure, and the developer community needs reliable, open-source tools to implement Umbru apps and services.
npm install @umbru/umbrucore-lib
See the section below to generate your own bundle, or download the pre-generated minified file
To build a umbrucore-lib full bundle for the browser:
npm run build
This will generate files named umbrucore-lib.js and umbrucore-lib.min.js in the dist/ folder.
<script src='./dist/umbrucore-lib.min.js' type="text/javascript"></script>
<script>
const PrivateKey = umbrucore.PrivateKey;
const privateKey = new PrivateKey();
const address = privateKey.toAddress().toString();
</script>
Some functionality is implemented as a module that can be installed separately:
git clone https://github.com/umbru/umbrucore-lib
cd umbrucore-lib
npm install
Run all the tests:
npm test
You can also run just the Node.js tests with npm run test:node, just the browser tests with npm run test:browser or run a test coverage report with npm run coverage.
Some examples can be found here, below is a list of direct links for some of them.
Please send pull requests for bug fixes, code optimization, and ideas for improvement. For more information on how to contribute, please refer to our CONTRIBUTING file.
Code released under the MIT license.
Copyright 2013-2017 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.
Copyright 2016-2017 The Umbru Foundation, Inc.
Copyright 2017-2018 Umbru Core Group, Inc.
FAQs
A pure and powerful JavaScript Umbru library.
We found that umbrucore-lib demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.