
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
cs2-inspect-create
Advanced tools
The package provides the ability to create a link to inspect a CS2 item using specified parameters
This module is designed to create a link to inspect an item in CS2.
From npm:
npm install cs2-inspect-create
From yarn:
yarn add cs2-inspect-create
import {
generateHex,
generateLink,
generateGen,
Rarity,
} from 'cs2-inspect-create'; // or import cs2inspect from "cs2-inspect-create";
const link = generateLink({
defindex: 7,
paintindex: 474,
paintseed: 306,
paintwear: 0.6336590647697449,
rarity: Rarity.COVERT, // 5
stickers: [
{
slot: 3,
stickerId: 6025, // Sticker | 00 Nation | Rio 2022
wear: 0.1,
offsetX: -0.15,
offsetY: 0.05,
rotation: 45.0,
},
],
});
// retrun inspect link `steam://rungame/730/76561202255233023/+csgo_econ_action_preview%2000180720DA03280638FBEE88F90340B2026213080310021D00000000250000803F2D00000000503D5A64`
const hex = generateHex({
defindex: 7,
paintindex: 474,
paintseed: 306,
paintwear: 0.6336590647697449,
rarity: Rarity.COVERT,
stickers: [
{
slot: 3,
stickerId: 2,
wear: 0,
},
],
});
// return hex `00180720DA03280638FBEE88F90340B2026213080310021D00000000250000803F2D00000000503D5A64`
const gen = generateGen({
defindex: 7,
paintindex: 474,
paintseed: 306,
paintwear: 0.6336590647697449,
rarity: Rarity.COVERT,
stickers: [
{
slot: 3,
stickerId: 2,
wear: 0,
},
],
});
// return gen `!gen 7 474 306 0.6336590647697449 0 0 0 0 0 0 2 0 0 0`
FAQs
The package provides the ability to create a link to inspect a CS2 item using specified parameters
The npm package cs2-inspect-create receives a total of 12 weekly downloads. As such, cs2-inspect-create popularity was classified as not popular.
We found that cs2-inspect-create demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.