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

node-osc

Package Overview
Dependencies
Maintainers
1
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 6.0.6 to 6.0.7

2

package.json
{
"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

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