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.
A visual programming language. Visit https://xible.io for more information.
See the installation documentation for details.
Once you have Node.js installed;
sudo npm install xible -g
npm install xible -g
After installation is completed;
xible server start
To automatically start XIBLE on boot (requires a Linux installation);
sudo xible service enable
sudo xible service start
to start it immediately.The browser based graphical editor which comes with XIBLE is currently only supported by the Google Chrome browser; versions 53 and up. Opera, which is based on the same engine as Chrome, is also supported starting from version 44.
Other browsers may work, but some editor functionality is unavailable if Shadow DOM v1 is not implemented. It will be possible to start, stop and delete flows, but deploying and saving is disabled. Also, the detail settings of nodes are not visible.
[0.7.0][] - 2017-08-20
Flows can be started/stopped and deleted using the cli. See the xible cli documentation for more information. (#18)
The xible
command line interface supports the 'config' context just like xiblepm
. (#22)
console.log
, console.error
and console.clear
nodes are now included in XIBLE. log.console
is deprecated and will be removed in a future release. (#27)
xiblepm flow remove
is deprecated in favor of xible flow delete
.
The command line interface tools xible
& xiblepm
are now stored in ./bin
.
The document.assign
node only callbacks once when multiple documents are hooked up to the 'document' input.
Callbacks from nodes in response to output.on('trigger')
resulting from a input.getValues()
call can now only be called back once. An error is thrown if called multiple times.
Direct mode can now be enabled/disabled through the settings. It is disabled by default. (#26)
FAQs
xible
The npm package xible receives a total of 16 weekly downloads. As such, xible popularity was classified as not popular.
We found that xible 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.