
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.
Bunch of useful JavaScript utility functions
_ _ _ _ _ (_) (_) | | (_) | __ ___ _ __ _ ___ _ _| |_ _| |___ \ \ / / | '_ \| / __| | | | __| | / __| \ V /| | | | | \__ \ |_| | |_| | \__ \ \_/ |_|_| |_| |___/\__,_|\__|_|_|___/ _/ | |__/
npm install vinjsutils
printTable
Example usage:
import { printTable } from 'vinjsutils';
const customers = [
{
id: 1,
first_name: 'Devonne',
last_name: 'Tomalin',
gender: 'Female',
email: 'dtomalin0@360.cn',
phone: '829-180-2277',
},
{
id: 2,
first_name: 'Nehemiah',
last_name: 'Kobu',
gender: 'Male',
email: 'nkobu1@hibu.com',
phone: '700-790-2424',
},
{
id: 3,
first_name: 'Darrelle',
last_name: 'Duffrie',
gender: 'Female',
email: 'dduffrie2@storify.com',
phone: '591-446-8117',
},
];
printTable(customers);
Output:
+----+------------+-----------+--------+-----------------------+--------------+
| id | first_name | last_name | gender | email | phone |
|----|------------|-----------|--------|-----------------------|--------------|
| 1 | Devonne | Tomalin | Female | dtomalin0@360.cn | 829-180-2277 |
| 2 | Nehemiah | Kobu | Male | nkobu1@hibu.com | 700-790-2424 |
| 3 | Darrelle | Duffrie | Female | dduffrie2@storify.com | 591-446-8117 |
+----+------------+-----------+--------+-----------------------+--------------+
Example usage:
import { printObject } from 'vinjsutils';
const data = {
id: 1,
name: 'Alice',
age: 25,
hobbies: ['reading', 'hiking', 'cooking'],
address: {
street: '123 Main St',
city: 'Wonderland',
postalCode: '12345',
nestedObject: {
key1: 'value1',
key2: 'value2',
},
},
};
printObject(data);
FAQs
bunch of useful utility functions
The npm package vinjsutils receives a total of 0 weekly downloads. As such, vinjsutils popularity was classified as not popular.
We found that vinjsutils 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.