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.
@brainsatplay/blueberry
Advanced tools
A Blueberry Driver for the Data Capture and Streams API
Note: src/blueberry.js has a fully-functioning driver that we are progressively converting into a DataStreams-native format
After you've installed Node and NPM, install all the project dependencies:
npm install
Now modify the src
files to interface with your specific hardware.
The following command will create a dist
folder with your driver files and serve the included index.html
file to http://localhost:1234.
npm start
This links the latest version of the Data Capture and Streams API to ensure compatibility.
If your device is working properly, the following command will publish it to NPM.
npm publish --access public
In order to use your device in other projects, you'll have to link it using one of the following options:
<script src="https://cdn.jsdelivr.net/npm/@brainsatplay/device"></script>
import device from `https://cdn.jsdelivr.net/npm/@brainsatplay/device`
const device = require(`https://cdn.jsdelivr.net/npm/@brainsatplay/device`)
Have fun with your data!
FAQs
A Blueberry Driver for the Data Capture and Streams API
The npm package @brainsatplay/blueberry receives a total of 0 weekly downloads. As such, @brainsatplay/blueberry popularity was classified as not popular.
We found that @brainsatplay/blueberry 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.