
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
ks-data-totals
Advanced tools
Kickstarter data points: total dollars, successful projects, total backers, repeat backers, and total pledges.
Straightforward bot that crawls Kickstarter and returns the following data points
'use strict';
var ks_data_totals = require('ks-data-totals');
ks_data_totals(function (err, data) {
if (err) throw (err);
console.log(data);
});
Output
{ total_dollars: 1328557566,
successful_projects: 70652,
total_backers: 7062945,
repeat_backer: 2112031,
total_pledges: 17795472 }
$ npm install ks-data-totals
$ npm test
FAQs
Kickstarter data points: total dollars, successful projects, total backers, repeat backers, and total pledges.
The npm package ks-data-totals receives a total of 0 weekly downloads. As such, ks-data-totals popularity was classified as not popular.
We found that ks-data-totals demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.