
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.
@jamieomaguire/pie-button
Advanced tools
This is a total work in progress.
Currently the design is:
define the WC in the pie-button.ts
file
write any styles in style.scss
there is an import to a style.ts
file inside the generated
folder. This is deliberately empty and is populated when you run the build
script yarn build
.
This script will transform the scss into a css file, then transform that into a javascript module that exports the compiled css as a string.
This can then be imported by the web component using Lit's css
function.
we then use Rollup to bundle the web component into a ready to use js module
Again, total work in progress and probably a super gross flow for a real project but it demonstrates the following:
FAQs
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.