
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.
@evolv-delivery/shopify-handoff
Advanced tools
This integration sends shopify allocations from Evolv shopify through the cart page form.
This integration sends shopify allcoations from Evolv through the shopify form attributes.
Adding an integration to the Evolv Manager
By default this integration will match on the shopify standard path /cart
to apply the allocations. If this does not match the cart page of your site, you can alter that by altering the '"cart"' attribute in the config json:
{
"cart": "/my-cart-page"
}
An example of the payload that gets sent to shopify is as follows:
{
"attributes": {
"evolv_allocations": [
{
"uid": "72697758_1720475534433",
"eid": "a62ea2641b",
"cid": "258f24170ac2:a62ea2641b",
"genome": { "shopify": { "banner-position": "top" } },
"audience_query": {},
"ordinal": 1,
"group_id": "02797d45-f5f4-42ea-a0b7-da27c5531a26",
"excluded": false,
"environment": "000704fda3"
}
]
}
}
FAQs
This integration sends shopify allocations from Evolv shopify through the cart page form.
We found that @evolv-delivery/shopify-handoff demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.