
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@whi/crux-payload-parser
Advanced tools
A Javascript library that extends @whi/holochain-client with support for deconstructing data that implement Essence Payloads and Entity Architect structures.
A Javascript library that extends
@whi/holochain-client
with support for
deconstructing data that implement Essence
Payloads
and Entity Architect structures.
This package is simply the glue that combines 2 other packages and a peer dependency.
Peer
Latest versions
npm i @whi/crux-payload-parser
const { AgentClient } = require('@whi/holochain-client');
const { CruxConfig } = require('@whi/crux-payload-parser');
const client = new AgentClient( agent, dna_map, connection, options );
const crux_config = new CruxConfig({
"entity_name": ( content ) => {
// restructure 'content' value
},
});
crux_config.upgrade( client );
client.call( ... )
// Entity { ...content }
See docs/API.md
See CONTRIBUTING.md
FAQs
A Javascript library that extends @whi/holochain-client with support for deconstructing data that implement Essence Payloads and Entity Architect structures.
We found that @whi/crux-payload-parser 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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.