
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@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
The npm package @internetarchive/donation-form-data-models receives a total of 53 weekly downloads. As such, @internetarchive/donation-form-data-models popularity was classified as not popular.
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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.