
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.
personal-number-generator
Advanced tools
A mini tool to Generate Swedish Personal Numbers (Format: YYMMDD1234)
A very small Javascript tool to generate valid swedish personal numbers for mocking, testing or whatever you need.
It's very easy to use the tool, follow the instructions
Install the package using npm
npm i personal-number-generator
const personalnumbergenerator = require('personal-number-generator');
import personalnumbergenerator from 'personal-number-generator';
Call the function you imported to generate a personal number
const personalNumber = personalnumbergenerator();
console.log(personalNumber); // 9407121939
FAQs
A mini tool to Generate Swedish Personal Numbers (Format: YYMMDD1234)
The npm package personal-number-generator receives a total of 343 weekly downloads. As such, personal-number-generator popularity was classified as not popular.
We found that personal-number-generator 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.