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.
xod-client
Advanced tools
This package is a part of the XOD project.
The package contains the most of code related to the XOD IDE user interface.
xod-client
is build on React + Redux stack.
xod-client
is neutral to platform. That means it doesn’t contain code
specific to a particular execution environment like browser or electron.
To make it alive a bootstrapping wrapper is required that would embed the
xod-client
in a platform specific container. See
xod-client-browser
xod-client-electron
for example.
The source is split into pods. Each pod is a part of whole application which implements a single aspect of the IDE.
Each pod could contain:
components/
— dumb React componentscontainers/
— smart React componentsactions.js
— Redux action dispatchersactionTypes.js
— name symbols for Redux actionsreducer.js
— Redux reducer that operates on a pod’s state subtreeselectors.js
— functions to query presentational data from state subtree (see below)state.js
— initial state for the pod’s subtreeTo work with XOD project state a separate package
xod-project
is used. Reducers simply delegate state update to xod-project
’s functions,
selectors, and components use functions from xod-project
to access project
data. This distincion is done because project state is complex and keeping all
machinery inside standard pod layout would make it messy.
XOD_HOSTNAME
XOD hostname. Default: xod.io
FAQs
XOD project: Client application
We found that xod-client 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.
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.