Comparing version 6.0.6 to 6.0.7
{ | ||
"name": "node-osc", | ||
"description": "pyOSC inspired library for sending and receiving OSC messages", | ||
"version": "6.0.6", | ||
"version": "6.0.7", | ||
"exports": { | ||
@@ -6,0 +6,0 @@ "require": "./dist/lib/index.js", |
@@ -92,3 +92,3 @@ # node-osc | ||
server.on('listening', () => { | ||
console.log('OSC Server is listening.); | ||
console.log('OSC Server is listening.'); | ||
}) | ||
@@ -107,4 +107,13 @@ | ||
## Typescript | ||
To install type definitions for node-osc: | ||
`npm install --save @types/node-osc` or `yarn add @types/node-osc` | ||
The types should then be automatically included by the compiler. | ||
## License | ||
LGPL. Please see the file lesser.txt for details. |
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
51869
118