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 8.0.8 to 8.0.9

6

dist/lib/Client.js

@@ -7,8 +7,4 @@ 'use strict';

function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
const { toBuffer } = oscMin;
var oscMin__default = /*#__PURE__*/_interopDefaultLegacy(oscMin);
const { toBuffer } = oscMin__default["default"];
class Client {

@@ -15,0 +11,0 @@ constructor(host, port) {

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var Message = require('./Message.js');

@@ -6,0 +4,0 @@ var Bundle = require('./Bundle.js');

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
async function bootstrap(t) {

@@ -6,0 +4,0 @@ const {default: getPorts, portNumbers} = await import('get-port');

4

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

@@ -46,5 +46,5 @@ "require": "./dist/lib/index.js",

"get-port": "^6.1.2",
"rollup": "^2.79.1",
"rollup": "^3.10.1",
"tap": "^16.3.0"
}
}

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