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-arduino-deploy
Advanced tools
Utility to build and upload binaries on Arduino microcontrollers.
This package is a part of the XOD project.
It provides functions to manage packages, compile C++ code and upload binaries to the boards.
It uses arduino-builder
and tools like avrdude
, bossac
and etc.
0.21.0 (2018-06-09)
Port
. Port specifies a board hardware pin like A4
or D4
. Port specification became more straightforward rather than plain numbers used before. (#1232)Byte
. A byte is a group of eight bits specified in a binary, decimal, or hexadecimal form. (#1192)xod/bits
. (#1186)xod/bits
use the new Byte type. (#1261)xod/common-hardware
use the new Byte and Port types. They now also expose unified pins for an explicit update, update acknowledgment, and error signaling. (#1274)xod/core
to xod/math
(#1251)xod/core
to xod/gpio
(#1256)xod/core
to xod/i2c
(#1270)welcome-to-xod
tutorial no longer use goo.gl link shortener and point to web-pages directly (#1217)xod/core
are deprecated now. Use corresponding nodes from xod/math
instead.analog-input
, pwm-output
, digital-input
, and digital-output
from xod/core
are deprecated now. Use analog-read
, pwm-write
, digital-read
, digital-write
from the new xod/gpio
, or xod/common-hardware/analog-sensor
instead.3
is still valid, prefer explicit A3
or D3
. IDE will auto-correct wrong values on input commit.3
is still valid, prefer explicit 3d
, 03h
, or 11b
. IDE will auto-correct wrong values on input commit.<a name="0.20.3"></a>
FAQs
Utility to build and upload binaries on Arduino microcontrollers.
The npm package xod-arduino-deploy receives a total of 1 weekly downloads. As such, xod-arduino-deploy popularity was classified as not popular.
We found that xod-arduino-deploy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.