
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.
fe-component-library
Advanced tools
A mono repo based project which is used for building a component library using web components that can be reused across multiple projects and frameworks.
A mono repo based project which is used for building a component library using web components that can be reused across multiple projects and frameworks.
This project will provide a reusable component library that will act as building blocks for several projects. It will solve the issue of reinventing the wheel where developers have to develop similar components for individual projects.
Provide an overview of the directory structure and files, for example:
|- package.json => root workspace (private package used by yarn workspaces)
|--- packages
|------ header
|-------- package.json => standalone component utilizing lit.dev framework
Following are the steps that are needed to install the dependencies in this project locally:
$ git clone https://github.com/yml-org/fe-component-library.git
$ yarn install
To run a package:
$ cd packages/packageName
$ yarn start or yarn dev
.To run the storybook:
$ yarn storybook
To run tests:
$ yarn test
$ yarn test:coverage
$ yarn test:watch
Some of the resources that will be helpful in understanding the codebase:
This project is developed in order to provide a bedrock for subsequent projects that utilise component based architecture. Reach out to the following presons in case of any concerns:
FAQs
A mono repo based project which is used for building a component library using web components that can be reused across multiple projects and frameworks.
The npm package fe-component-library receives a total of 1 weekly downloads. As such, fe-component-library popularity was classified as not popular.
We found that fe-component-library 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
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.