Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@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 3 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.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.