
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
## Overview This is a shared components library built with `React` and `TypeScript`, optimized for use with modern web applications. The library is bundled using `Rollup` for bundle library and comes with built-in support for `Storybook` and `Tailwind CSS
This is a shared components library built with React and TypeScript, optimized for use with modern web applications.
The library is bundled using Rollup for bundle library and comes with built-in support for Storybook
and Tailwind CSS.
Before installing, create a .npmrc file in your project root and add the following line:
@runtimeverification:registry=https://npm.pkg.github.com
Depending on your package manager, run one of the following commands:
yarn add @runtimeverification/web-components
or
npm install @runtimeverification/web-components
Ensure tailwindcss and daisyui are installed according to their respective documentation.
Update your tailwind.config.js with:
content: [
'node_modules/web-components/**/*.{js,ts,jsx,tsx,mdx}'
]
Import and use components as shown below:
import { Button } from '@runtimeverification/web-components';
function App() {
return (
<div>
<Button />
</div>
);
}
export default App;
Clone the repository and install dependencies:
git clone https://github.com/runtimeverification/web-components.git
cd web-components
yarn install
Run the build command:
yarn build
This will generate CommonJS, ESM, and TypeScript declaration files in the dist directory. Make sure that everything looks good before committing the changes.
Note: The dist directory is git-ignored and will be built by GitHub Actions.
To start the Storybook server:
yarn storybook
src/components.src/index.ts to export the new component.For local development, import the component into pages/index.ts:
yarn dev
Note: Remove the import from
pages/index.tsafter development is complete.
Create a .stories.ts file for your component and run:
yarn storybook
To deploy a new version:
yarn build.dist folder and commit changes.main branch.FAQs
## Overview This is a shared components library built with `React` and `TypeScript`, optimized for use with modern web applications. The library is bundled using `Rollup` for bundle library and comes with built-in support for `Storybook` and `Tailwind CSS
The npm package asvienko receives a total of 0 weekly downloads. As such, asvienko popularity was classified as not popular.
We found that asvienko 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.