Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
conseiljs
Advanced tools
Client-side library for building decentralized applications, currently focused on Tezos.
ConseilJS connects to Conseil for cached blockchain data and Nautilus for live chain data and operations.
Add our NPM package to your project.
In your webpack.config.js
file, add:
node: {
fs: 'empty'
}
TezosNodeQuery
queries Tezos blockchain nodes directly.
TezosConseilQuery
queries Conseil server to get blockchain data.
TezosOperations
performs operations such as transactions, delegation and originations.
TezosWallet
provides wallet functionality.
Example import:
import { TezosOperations } from 'conseiljs';
Add a file called test/servers.ts
with these contents:
export const servers = {
conseilServer: '',
conseilApiKey: '',
tezosServer: ''
}
The blank strings should be replaced with the details of actual test servers.
After this, run npm run test
to run all unit tests.
FAQs
Client-side library for Tezos dApp development.
The npm package conseiljs receives a total of 251 weekly downloads. As such, conseiljs popularity was classified as not popular.
We found that conseiljs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.