
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Package built to provide acces to the Pantheon Fame 1.0 database. The database has a selection of roughly 12,000 notable individuals from all areas of public life.
let celeb = celebs("views","all");
celeb.map((elem) => console.log(elem)); // 11241 items
// [{ en_curid: '307',
// name: 'Abraham Lincoln',
// numlangs: '131',
// birthcity: 'Hodgenville', ...
npm install celebs
Built on the Pantheon 1.0, Verified Dataset of Globally Famous Biographies https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/28201
Setup.
// First parameter must be views or no-views
// views are access data for how many times the artists were searche for
let celeb1 = celebs("views","all");
let celeb2 = celebs("no-views", "all");
// The second parameter must be a string for the data set you want to load
// all loads all the data columns
let celeb3 = celebs("views","all");
// If a specific data column is passed in it will attempt to load that instead
let celeb4 = celebs("views","all");
celeb4.map((elem) => console.log(elem)); // 11241 items
Main class, constructor takes valid file path parameters and returns an object.
// First parameter must be views or no-views
// views are access data for how many times the artists were searched for
let celeb1 = celebs("views","all");
let celeb2 = celebs("no-views", "all");
// The second parameter must be the property of the data set you want to load
// all loads all the data columns
let celeb3 = celebs("views","all");
// If a specific data column is passed in it will attempt to load that instead
let celeb4 = celebs("views","all");
To use data, call celebs with the appropriate parameters, returns an object.
// Calling celebs returns object of data
let celeb = celebs("views","all");
// You can process the array of data
celeb.map((elem) => console.log(elem)); // 11241 items
To run mocha/chai tests.
npm run test
Reprocess the original csv file.
npm run process
To run the main example.
npm run ex
To run all examples.
npm run exAll
Celebs.js is released under the MIT license.
FAQs
Package built to access the Pantheon Fame 1.0 database.
We found that celebs 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.