
Product
Reachability for Ruby Now in Beta
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.
@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.

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.