Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@assemble-inc/core
Advanced tools
Welcome to Assemble UI!
We aim to create a hub for UI components that can be reusable throughout our Assemble projects.
yarn add @assemble-inc/core
or npm i @assemble-inc/core
import { Button } from '@assemble-inc/core';
Assemble UI takes a BYOS ("bring your own styles") approach to styling the components. To make this possible, all components come equipped with at least one className prop you can use to style them.
Each component has a default class name formatted like asm-<component-name>
i.e. asm-button
To add or update a component, you'll need to start development locally:
git clone https://github.com/assembleinc/asm-ui
cd /path/to/asm-ui
yarn
to install devDependenciesyarn build
to create builds of all packagescd storybook
& yarn start
to start storybookgit checkout -b developer-name/component-name
Then every time you make an update to the library, republish it to npm:
yarn publish-packages
yarn changeset
and follow instructions - this will automatically bump major/minor versions of packages and prepare them to be published. Any packages with "private": true
in their package.json
will not be published.yarn changeset publish
note: In order to publish, you will need to log into your NPM account first.
Assemble Frontend Team
This code is open source software licensed under the MIT License.
FAQs
Assemble Component Library
The npm package @assemble-inc/core receives a total of 35 weekly downloads. As such, @assemble-inc/core popularity was classified as not popular.
We found that @assemble-inc/core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.