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

node-osc

Package Overview
Dependencies
Maintainers
2
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-osc - npm Package Compare versions

Comparing version 9.1.0 to 9.1.1

5

dist/test/util.js

@@ -5,7 +5,10 @@ 'use strict';

const {default: getPorts, portNumbers} = await import('get-port');
t.context.port = await getPorts({
const port = await getPorts({
port: portNumbers(3000, 3500)
});
t.context = {
port
};
}
exports.bootstrap = bootstrap;

2

package.json
{
"name": "node-osc",
"description": "pyOSC inspired library for sending and receiving OSC messages",
"version": "9.1.0",
"version": "9.1.1",
"exports": {

@@ -6,0 +6,0 @@ "require": "./dist/lib/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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