
Security News
Socket Releases Free Certified Patches for Critical vm2 Sandbox Escape
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.
phidget22-net
Advanced tools
Official Phidget22 JavaScript library.
This library includes both Node.js and browser support.
Phidgets are accessed over the network via the Phidget Network Server.
A full library is also available, which adds USB support: phidget22
Start by reading the Phidgets JavaScript Language Page.
npm install phidget22-net
ES6 module import:
import * as phidget22 from 'phidget22-net';
CommonJS import:
const phidget22 = require('phidget22-net');
Download the latest release here.
The release contains full, net, and usb versions of the library, in both UMD and ES module format.
UMD import:
<script src="phidget22.net.min.js"></script>
ES6 module import:
<script type="module">
import * as phidget22 from './phidget22.net.esm.js';
</script>
You can also load the library directly from UNPKG:
<script src="https://unpkg.com/phidget22-net@^3.10/browser/phidget22.min.js"></script>
App bundlers such as Webpack are supported with browser-specific files in the npm.
FAQs
Phidget22 JavaScript Library (Network Client)
The npm package phidget22-net receives a total of 19 weekly downloads. As such, phidget22-net popularity was classified as not popular.
We found that phidget22-net demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.

Research
Five malicious NuGet packages impersonate Chinese .NET libraries to deploy a stealer targeting browser credentials, crypto wallets, SSH keys, and local files.

Security News
pnpm 11 turns on a 1-day Minimum Release Age and blocks exotic subdeps by default, adding safeguards against fast-moving supply chain attacks.