New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 4.1.7 to 4.1.8

2

package.json
{
"name": "node-osc",
"description": "pyOSC inspired library",
"version": "4.1.7",
"version": "4.1.8",
"main": "./lib/index.js",

@@ -6,0 +6,0 @@ "exports": {

@@ -40,3 +40,3 @@ # node-osc

```js
import { Client, Server } from 'node-osc/esm'
import { Client, Server } from 'node-osc';

@@ -43,0 +43,0 @@ const client = new Client('127.0.0.1', 3333);

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