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

pi-spi

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pi-spi - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "pi-spi",
"version": "1.2.0",
"version": "1.2.1",
"description": "Simple async SPI library for Raspberry Pi",

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

@@ -18,2 +18,3 @@ # pi-spi

// reads and writes simultaneously
// e.g. jumper MOSI [BCM 10, physical pin 19] to MISO [BCM 9, physical pin 21]
spi.transfer(test, test.length, function (e,d) {

@@ -76,3 +77,3 @@ if (e) console.error(e);

Copyright © 2013, Nathan Vander Wilt.
Copyright © 2013–2019, Nathan Vander Wilt.
All rights reserved.

@@ -79,0 +80,0 @@

Sorry, the diff of this file is not supported yet

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