New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rf-nrf24

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rf-nrf24 - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

6

index.js

@@ -96,5 +96,5 @@ var q = require('queue-async'),

_irq = "builtin";
spi = new hardware.SPI({chipSelect:hardware.digital[1], chipSelectActive: 0}),
ce = hardware.digital[2],
irq = hardware.digital[3];
spi = new hardware.SPI({chipSelect:hardware.digital[0], chipSelectActive: 0}),
ce = hardware.digital[1],
irq = hardware.digital[2];

@@ -101,0 +101,0 @@ // Tessel's transfer always returns as much data as sent

{
"name": "rf-nrf24",
"version": "0.8.1",
"version": "0.8.2",
"description": "nRF24L01 driver library",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc