
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
Sort of a random project I started
Install first!
npm i ati.js
Discord Snowflake
const ati = require('ati.js'); // Require the package
console.log(ati.discordSnowflake()); // Will return a sort of discord snowflake
Twitter Snowflake
const ati = require('ati.js'); // Require the package
console.log(ati.twitterSnowflake()); // Will return a sort of twitter snowflake
Custom Snowflake
const ati = require('ati.js'); // Require the package
console.log(ati.snowflake('epoch here')) // Epoch example: 2000-01-01T00:00:00.000Z
Discord Snowflake
const ati = require('ati.js'); // Require the package
console.log(ati.discordSnowflake.deconstruct("Your snowflake here")); // Will deconstruct a discord type snowflake.
or
const ati = require('ati.js'); // Require the package
const snowflake = ati.discordSnowflake(); // Generation
console.log(ati.discordSnowflake.deconstruct(snowflake)); // Will deconstruct a discord snowflake.
Twitter Snowflake
const ati = require('ati.js'); // Require the package
const snowflake = ati.twitterSnowflake(); // Generation
console.log(ati.twitterSnowflake.deconstruct(snowflake)); // Deconstruction
For any issues or questions feel free to open up an issue on the GitLab Repo
Some functions may not be documented. Reasons:
FAQs
Random project.
We found that ati.js 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.