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 9.0.2 to 9.0.3

10

index.js

@@ -145,2 +145,12 @@ const events = require('events');

close() {
if (this.hid && this.hid.close) {
this.hid.close();
}
if (this.connected) {
this.connected = false;
this.emit('close');
}
}
disconnect() {

@@ -147,0 +157,0 @@ if (this.hid && this.hid.close) {

2

package.json
{
"name": "arcticfox",
"version": "9.0.2",
"version": "9.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