Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@aircall/tractor
Advanced tools
The Aircall Tractor design system Foundations.
Latest Published version available on: https://tractor.aircall.io/latest/ Next version available on: https://tractor.aircall-staging.com/next/
npm install --save @aircall/tractor @aircall/icons @aircall/hooks
yarn add @aircall/tractor @aircall/tractor @aircall/icons @aircall/hooks
import { Button, Tractor } from '@aircall/tractor';
const App = () => (
<Tractor injectStyle>
<Button>Click me</Button>
</Tractor>
);
You are ready to go 🚜 ⚡️
You must wrap your React Tree components using the
Tractor
component otherwise the Tractor components won't be able to grab thetheme
thus they will fail.
Please check the instructions on the main ReadME file
Make sure that your project is using a single version of React otherwise you will end up having errors:
Tractor comes with Aircall brand specifications, including colors, spacing, typography variants and more. It is highly recommended to stick with those default specifications.
In some cases, you app might need, for instance additional color tokens that are application specific. you can follow these instructions
Click on this link to learn more about how's to contribute.
FAQs
UI Component Library for Modern Design
We found that @aircall/tractor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.