
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.
@biojs/generator-biojs-webcomponents
Advanced tools
Generate the scaffold for a BioJS component automatically so you don't have to do it yourself
Generates the scaffold for a BioJS component automatically so you don't have to do it yourself.
This tool specifically designed with re-packaging existing components in mind, so you can upgrade to BioJS 3 component style without having to re-write your component.
See issues for more details - we still need the following:
First, install Yeoman and generator-biojs-webcomponents using npm (we assume you have pre-installed node.js) - if you need to manage multiple versions of node also consider nvm.
Once node is installed, run this in your terminal.
Note that below you can change my-new-component to the folder name of your choice.
mkdir my-new-component
cd my-new-component
npm install -g yo @biojs/generator-biojs-webcomponents
Then generate your new project:
yo @biojs/biojs-webcomponents
This will walk you through the process of setting up your component and generate boilerplate files for you.
Once it's complete, look at your new README file for build instructions, and check out src/index.js
and examples/index.html
to get started - there are instructions in the code.
MIT © Yo Yehudi
FAQs
Generate the scaffold for a BioJS component automatically so you don't have to do it yourself
The npm package @biojs/generator-biojs-webcomponents receives a total of 0 weekly downloads. As such, @biojs/generator-biojs-webcomponents popularity was classified as not popular.
We found that @biojs/generator-biojs-webcomponents demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
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.