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

ir-attx4

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ir-attx4 - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

debug/update.js

@@ -7,3 +7,3 @@ var tessel = require('tessel');

var firmwareOptions = {
firmwareFile : 'firmware/src/infrared-attx4.hex',
firmwareFile : __dirname + '../firmware/src/infrared-attx4.hex',
firmwareVersion : 3,

@@ -10,0 +10,0 @@ moduleID : 0x0B,

@@ -15,3 +15,3 @@ // Copyright 2014 Technical Machine, Inc. See the COPYRIGHT

var TINY84_SIGNATURE = 0x930C;
var FIRMWARE_FILE = 'firmware/src/infrared-attx4.hex';
var FIRMWARE_FILE = __dirname + '/firmware/src/infrared-attx4.hex';

@@ -18,0 +18,0 @@ // Confirmation Signals

{
"name": "ir-attx4",
"version": "0.2.2",
"version": "0.2.3",
"description": "The library for sending and receiving IR data from a Tessel IR Module",

@@ -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