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

com.hecomi.uosc

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.hecomi.uosc - npm Package Compare versions

Comparing version 2.0.3 to 2.1.0

2

package.json
{
"name": "com.hecomi.uosc",
"version": "2.0.3",
"version": "2.1.0",
"displayName": "uOSC",

@@ -5,0 +5,0 @@ "description": "A simple implementation of the OSC protocol",

@@ -51,2 +51,3 @@ uOSC

else if (value is string) msg += (string)value;
else if (value is bool) msg += (bool)value;
else if (value is byte[]) msg += "byte[" + ((byte[])value).Length + "]";

@@ -67,3 +68,3 @@ }

1. Add `uOscClient` component to GameObject.
2. Send data (`int`, `float`, `string`, and `byte[]`, are supported now).
2. Send data (`int`, `float`, `string`, `bool`, and `byte[]`, are supported now).

@@ -70,0 +71,0 @@ ```cs

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

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