Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
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 98 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.