Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
travix-ui-kit
Advanced tools
Travix UI Components' repository.
npm i travix-ui-kit -S
install as a dependencybuild
with value cd node_modules/travix-ui-kit/ && npm run build && cd ../..
to your package.json
const Button = require('travix-ui-kit').Button;
// or
import { Button } from 'travix-ui-kit';
function renderSomething({onAdd}) {
return (
<Button size="s" onClick={onAdd}>Add value</Button>
);
}
use file node_modules/travix-ui-kit/dist/bundle.css
<link>
Warning: Directly using file components/index.scss
not recommended. We're not promising that we will use SCSS in future or will keep file's structure
THEME_PATH=/some/path/to/theme.yaml npm run build
git clone
this reponpm i
to install dependenciesnpm run build
to build theme, styles and javascriptnpm run styleguide-build
to build web service with living style guidenpm run styleguide-server
to run web service with living style guidenpm run build:watch
to build the themes, styles and javascript on each file changenpm run build-theme:watch
to build the themes on each theme changeTHEME_PATH=/some/path/to/theme.yaml npm run build
to pass other than default theme. Theme must be a valid yaml filenpm run styleguide-server
to run web service with livingstyle guide and review changesnpm run test
to run unit testnpm run cov
to run unit test with coverage reportnpm run update-snapshots
to update current unit test snapshotsnpm run lint
to check ES-lint errors.js
, .scss
and .md
filesFAQs
Travix UI kit
The npm package travix-ui-kit receives a total of 77 weekly downloads. As such, travix-ui-kit popularity was classified as not popular.
We found that travix-ui-kit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.