Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

arcticfox

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arcticfox - npm Package Compare versions

Comparing version 11.0.1 to 11.0.2

8

index.js

@@ -335,5 +335,5 @@ const events = require('events');

data.IsPIEnabled = Boolean(data.Flag2 & 0x01);
data.IsPowerStep1W = Boolean(data.Flag2 & 0x02);
data.IsTemperatureStep1C2F = Boolean(data.Flag2 & 0x04);
data.IsPIEnabled = Boolean(data.Flags2 & 0x01);
data.IsPowerStep1W = Boolean(data.Flags2 & 0x02);
data.IsTemperatureStep1C2F = Boolean(data.Flags2 & 0x04);

@@ -651,3 +651,3 @@ buf = data.buf;

// Regional
.word8u('TemperatureUnit')
.word8u('TemperatureUnits')
.word8u('DateFormat')

@@ -654,0 +654,0 @@ .word8u('TimeFormat')

{
"name": "arcticfox",
"version": "11.0.1",
"version": "11.0.2",
"description": "Module that abstracts the HID communication with the ArcticFox firmware",

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