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

omgosc

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

omgosc - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

1

omgosc.js

@@ -30,2 +30,3 @@ // OMG OSC, a Plask / NodeJS OSC implementation.

var udp = dgram.createSocket('udp4');
udp.bind();
if (opts.broadcast === true)

@@ -32,0 +33,0 @@ udp.setBroadcast(true);

8

package.json
{
"author": "Dean McNamee <dean@gmail.com>",
"name": "omgosc",
"version": "0.1.0",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "git://github.com/deanm/omgosc.git"
"url": "git://github.com/oierbravo/omgosc.git"
},

@@ -21,2 +21,6 @@ "contributors": [

"email": "oierbravo@gmail.com"
},
{
"name": "karlosgliberal",
"email": "https://github.com/karlosgliberal"
}

@@ -23,0 +27,0 @@

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