Comparing version 9.0.1 to 9.0.2
@@ -30,4 +30,7 @@ 'use strict'; | ||
} | ||
else { | ||
throw new Error ('Malformed Packet'); | ||
} | ||
} | ||
module.exports = decode; |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56638
39
1450