
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
posqcore-lib
Advanced tools
A pure and powerful JavaScript POSQ library.
POSQ is a powerful new peer-to-peer platform for the next generation of financial technology. The decentralized nature of the POSQ network allows for highly resilient POSQ infrastructure, and the developer community needs reliable, open-source tools to implement POSQ apps and services.
npm install @posqevo/posqcore-lib
See the section below to generate your own bundle, or download the pre-generated minified file
To build a posqcore-lib full bundle for the browser:
npm run build
This will generate files named posqcore-lib.js and posqcore-lib.min.js in the dist/ folder.
<script src='./dist/posqcore-lib.min.js' type="text/javascript"></script>
<script>
const PrivateKey = posqcore.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/posqevo/posqcore-lib
cd posqcore-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 POSQ Foundation, Inc.
Copyright 2017-2018 POSQ Core Group, Inc.
FAQs
A pure and powerful JavaScript POSQ library.
We found that posqcore-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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.