Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@gokiteam/uikit
Advanced tools
* `web` ## development after clone the project please run this command ```bash yarn add ``` or ```bash npm install ``` for run the dev server and see the results on the browser run ```bash npm run storybook ``` or ```bash yarn storybook ``` ### Contrib
web
after clone the project please run this command
yarn add
or
npm install
for run the dev server and see the results on the browser run
npm run storybook
or
yarn storybook
in src/components
folder you can add your own components and export it in index.js
yarn buid:lib
to re-generate dist.yarn release
to build & publish on npm.make sure you have configured .npmrc
& have GOKI_NPM_TOKEN
in your environment variables.
Settings > Personal Access Tokens
& create a new token with read registry
(or api
) scope.# .npmrc
//gitlab.com/api/v4/projects/:_authToken="${GOKI_NPM_TOKEN}"
//gitlab.com/api/v4/projects/31892934/packages/npm/:_authToken="${GOKI_NPM_TOKEN}"
@backpack:registry=https://gitlab.com/api/v4/projects/31892934/packages/npm/
always-auth=true
and install the package:
yarn add @backpack/web-uikit
or
npm install @backpack/web-uikit
import {Button} from '@backpack/web-uikit'
const icon = (
<Button
onClick={() => { }}
disabled={false}
loading={false}
type="primary">
Primary
</Button>
)
first you need to build the storybook, run
yarn build-storybook
use chromatic to publish the storybook
yarn chromatic
then you can see the result and share it in the chromatic
FAQs
* `web` ## development after clone the project please run this command ```bash yarn add ``` or ```bash npm install ``` for run the dev server and see the results on the browser run ```bash npm run storybook ``` or ```bash yarn storybook ``` ### Contrib
The npm package @gokiteam/uikit receives a total of 0 weekly downloads. As such, @gokiteam/uikit popularity was classified as not popular.
We found that @gokiteam/uikit 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
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.