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.
react-lightning-design-system-with-remote
Advanced tools
Salesforce Lightning Design System components built with React
#React Lightning Design System
Salesforce Lightning Design System components built with React.
See the demo.
$ npm install react-lightning-design-system
import React from 'react';
import { Button } from 'react-lightning-design-system';
function click() { alert('Clicked'); }
React.render(
<div>
<Button onClick={ click }>Simple</Button>
<Button type='neutral' onClick={ click }>Neutral</Button>
<Button type='brand' onClick={ click }>Brand</Button>
<Button type='neutral' icon='download' iconAlign='left' onClick={ click }>Icon #1</Button>
<Button type='neutral' disabled>Disabled Neutral</Button>
<Button type='brand' disabled>Disabled Brand</Button>
</div>
, document.body);
See more examples in examples directory.
This repo ships with a simple Express app which serves up examples of the components on http://localhost:3000
. To get that running follow these steps:
npm install
and npm run build
in this repo's root directory.cd examples
npm install
npm start
FAQs
Salesforce Lightning Design System components built with React
We found that react-lightning-design-system-with-remote demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.