
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.
sezzlestyles
Advanced tools
A Style guide for Sezzle.com and applications. Use this to create a consistent UI throughout all applications and websites.
npm install
npm start
npm run build
Any git tag that gets merged up to staging will automatically deploy to Cloudfront using the git tag as the version number.
Ex:
git commit -am 'My Recent updates'
git tag v2.0.2
git push --tags
# open merge request, will be uploaded after merged into staging
# IMPORTANT NOTE: The tag needs to be in the last commit before merge
Alternatively you can use npm version for version bumps. Ex:
git commit -am "My Recent updates"
npm version patch # minor 0.0.x version, (minor|major)
git push --tags
npm run upload
Once you run that, you pick a version to upload the files as, then it uploads the files and gives you the URLS to the global CSS stylesheet as well as the SASS variables file you need to include.
Note on upload: You must have your aws cli setup and your default zone set to us-east-1 (You can reconfigure your zone with aws configure
)
FAQs
Sezzle's Style Guide
We found that sezzlestyles demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 36 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.