
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@remote.it/components
Advanced tools
npm i @remote.it/components
import { Button } from '@remote.it/components'
function MyComponent(): JSX.Element {
return (
<div>
<Button>Click me!</Button>
</div>
)
}
Setup the project:
# Use the right version of node
nvm use
# Install dependencies
npm i
You need to add the fontawesome token to your config: npm config set '//npm.fontawesome.com/:_authToken' ""
Useful commands:
npm run link-desktop to run the necessary commands to sym-link the components into the desktop app for rapid development. Then npm link back to this component from desktop npm link ../../remote.it.js/packages/remoteit-components/npm run verify or watch with npm run test-watchnpm run compile (from the project root)npm run storybooknpm run versionnpm run releasenpm run alpha-release@remote.it npm organization, have Two-Factor auth setup and have been granted access to this project before you can publish.MIT
PRs welcome! Please write tests, update docs and run ESLint on your changes (see package.json for scripts to help).
FAQs
A collection of remote.it React components
We found that @remote.it/components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.