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

osc-cli

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

osc-cli - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

bin/osc-listen

10

History.md
0.1.0 / 2013-11-17
0.2.0 / 2016-03-19
==================
* upgrade osc min to latest [@tomchambers2]
* add a listener [@tomchambers2]
0.1.0 / 2013-11-17
==================
* add colorful output

@@ -9,5 +15,5 @@ * add error output no arguments are given

0.0.1 / 2013-11-07
0.0.1 / 2013-11-07
==================
* initial release
{
"name": "osc-cli",
"version": "0.1.0",
"version": "0.2.0",
"description": "osc command-line interface",

@@ -12,3 +12,3 @@ "keywords": [

"dependencies": {
"osc-min": "0.0.12",
"osc-min": "1.1.1",
"commander": "~2.0.0"

@@ -18,2 +18,3 @@ },

"osc": "bin/osc",
"osc-listen": "bin/osc-listen",
"osc-cli": "bin/osc"

@@ -20,0 +21,0 @@ },

@@ -12,2 +12,4 @@

### Send
$ osc /foo bar baz # => send /foo with bar and baz to localhost:7400

@@ -19,4 +21,8 @@

### Listen
$ osc-listen -a /address/whatever -p 12345
## License
MIT
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