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.0.1 to 9.0.2

dist/test/test-decode.js

3

dist/lib/internal/decode.js

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

}
else {
throw new Error ('Malformed Packet');
}
}
module.exports = decode;

2

dist/lib/Server.js

@@ -5,3 +5,3 @@ 'use strict';

var node_events = require('node:events');
var decode = require('./internal/decode.js');
var decode = require('#decode');

@@ -8,0 +8,0 @@ class Server extends node_events.EventEmitter {

{
"name": "node-osc",
"description": "pyOSC inspired library for sending and receiving OSC messages",
"version": "9.0.1",
"version": "9.0.2",
"exports": {

@@ -9,2 +9,8 @@ "require": "./dist/lib/index.js",

},
"imports": {
"#decode": {
"require": "./dist/lib/internal/decode.js",
"default": "./lib/internal/decode.mjs"
}
},
"author": {

@@ -11,0 +17,0 @@ "name": "Myles Borins",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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