
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy 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 1 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.