
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@datashaper/workflow
Advanced tools
This package contains the core execution engine and verb implementations for our client-side pipelines. Specifically, the workflow engine reads a JSON schema definition for a pipeline, instantiates a reactive processing graph using RXJS, and then applies it to incoming data tables. The react package contains a variety of hooks and other components to bind this core processing flow to web UX.
Arquero is used as our core client-side table processing engine; therefore our verbs are largely wrappers around Arquero verbs (sometimes with syntactic sugar or simplification).
Verb impls reside at src/verbs. This is basically a collection of functions that execute Arquero verbs.
NOTE: some of these map to higher-order logic we desire that may
actually be compound verbs or specific outputs. In particular,
binarize
and aggregate
are not actual Arquero verbs.
Also note that most of these do not implement the full Arquero API with all arguments. In some cases this is because we don't need the functionality yet, and in many cases it is simply because Arquero provides multiple input format options and we just chose one to simplify our specification arguments.
See the docs package for more general documentation about the verbs.
To create a new client-side verb, a few steps need to be taken:
strings
for example).defaults
folder. See index.ts for examples, including verbs that don't have any params, or have things like shared defaults. Again, see strings
as an example for scoped verbs.FAQs
Unknown package
We found that @datashaper/workflow demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.