
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.
@internetarchive/donation-form-data-models
Advanced tools
The data models for the Internet Archive donation form
yarn add @internetarchive/donation-form-data-models
This is meant to be used in conjunction with the Internet Archive donation form, but you can instantiate the models:
import {
CustomerInfo,
DonationPaymentInfo,
} from '@internetarchive/donation-form-data-models';
const customer = new CustomerInfo({
email: 'foo@bar.com',
firstName: 'Fooey',
lastName: 'McBarrison',
});
const donationInfo = new DonationPaymentInfo({
donationType: DonationType.OneTime,
amount: 3.5,
coverFees: false,
});
// donationInfo.total = 3.5
yarn install
yarn start
yarn test
yarn test:bs
yarn lint
FAQs
Internet Archive Donation Form Data Models
We found that @internetarchive/donation-form-data-models demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 15 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.