Socket
Socket
Sign inDemoInstall

iconnectivity-js

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

iconnectivity-js - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

3

lib/index.js

@@ -66,3 +66,4 @@ "use strict";

const answers = await Promise.all([...this.midiAccess.outputs.values()]
.filter((o) => o.name?.includes("RSV"))
.reverse() // We want to use the device's last available port
.filter((o) => o.manufacturer === "iConnectivity")
.map(async (output) => {

@@ -69,0 +70,0 @@ const input = inputs.find((input) => input.name === output.name);

{
"name": "iconnectivity-js",
"version": "1.1.2",
"version": "1.1.3",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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