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.2 to 11.0.3

3

index.js

@@ -289,3 +289,3 @@ const events = require('events');

.word8(profile.PreheatDelay * 10)
.word16le(profile.PreheatPower)
.word16le(profile.PreheatPower * 10)
.word16le(profile.Temperature)

@@ -331,2 +331,3 @@ .word16le(profile.Resistance * 1000)

data.PreheatDelay /= 10;
data.PreheatPower /= 10;
data.Material = data.Flags & 0x0F;

@@ -333,0 +334,0 @@ data.IsTemperatureDominant = Boolean(data.Flags & 0x10);

{
"name": "arcticfox",
"version": "11.0.2",
"version": "11.0.3",
"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