Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "osc-js", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "OSC library for Node.js and the browser, with customizable Plugin API for WebSocket, UDP or bridge networking", | ||
@@ -5,0 +5,0 @@ "main": "lib/osc.js", |
@@ -5,4 +5,4 @@ osc-js | ||
<p> | ||
<a href="https://travis-ci.org/adzialocha/osc-js"> | ||
<img src="https://img.shields.io/travis/adzialocha/osc-js/master.svg?style=flat-square" alt="Build status"> | ||
<a href="https://github.com/adzialocha/osc-js/actions"> | ||
<img src="https://github.com/adzialocha/osc-js/workflows/Node.js%20CI/badge.svg" alt="Build status"> | ||
</a> | ||
@@ -15,4 +15,4 @@ <a href="https://www.npmjs.org/package/osc-js"> | ||
</a> | ||
<a href="https://doc.esdoc.org/github.com/adzialocha/osc-js/"> | ||
<img src="https://doc.esdoc.org/github.com/adzialocha/osc-js/badge.svg" alt="ESDoc status"> | ||
<a href="https://adzialocha.github.io/osc-js"> | ||
<img src="https://raw.githubusercontent.com/adzialocha/osc-js/gh-pages/badge.svg" alt="ESDoc status"> | ||
</a> | ||
@@ -23,3 +23,3 @@ </p> | ||
[Wiki](https://github.com/adzialocha/osc-js/wiki) | [Basic Usage](https://github.com/adzialocha/osc-js/wiki/Basic-Usage) | [ESDoc Documentation](https://doc.esdoc.org/github.com/adzialocha/osc-js/) | [Plugin API](https://github.com/adzialocha/osc-js/wiki/Plugin-API) | ||
[Wiki](https://github.com/adzialocha/osc-js/wiki) | [Basic Usage](https://github.com/adzialocha/osc-js/wiki/Basic-Usage) | [Documentation](https://adzialocha.github.io/osc-js) | [Plugin API](https://github.com/adzialocha/osc-js/wiki/Plugin-API) | ||
@@ -41,3 +41,3 @@ ## Features | ||
Read more about osc-js and how to use it in the [Wiki](https://github.com/adzialocha/osc-js/wiki). | ||
Read more about osc-js and how to use it in the [Wiki](https://github.com/adzialocha/osc-js/wiki) and [Documentation](https://adzialocha.github.io/osc-js). | ||
@@ -72,3 +72,3 @@ ## Example | ||
Recommended installation via npm: `npm install osc-js --save` or `yarn add osc-js`. | ||
Recommended installation via npm: `npm i osc-js` or `yarn add osc-js`. | ||
@@ -127,3 +127,3 @@ Import the library `const OSC = require('osc-js')` or add the script `lib/osc.js` or `lib/osc.min.js` (minified version) for usage in a browser. | ||
3. Create your Max/MSP patch (or PD, or SuperCollider or whatever you need). | ||
3. Create your Max/MSP patch (or PD, SuperCollider etc.). | ||
@@ -136,3 +136,3 @@ ``` | ||
It is possible to write more sophisticated solutions for OSC applications without loosing the osc-js interface (including it's message handling etc.). Read the [Plugin API documentation](https://github.com/adzialocha/osc-js/wiki/Plugin-API) for further information. | ||
It is possible to write more sophisticated solutions for OSC applications without loosing the osc-js interface (including its message handling etc.). Read the [Plugin API documentation](https://github.com/adzialocha/osc-js/wiki/Plugin-API) for further information. | ||
@@ -189,8 +189,8 @@ ```js | ||
`npm run test` for running the test suites. | ||
`npm run test:watch` for running specs during development. Check your style guide violations with `npm run lint`. | ||
`npm run test` for running the tests. | ||
`npm run test:watch` for running specs during development. Check code style with `npm run lint`. | ||
### Deployment | ||
`npm run build` for creating all UMD modules in `lib` folder. | ||
`npm run build` for exporting UMD module in `lib` folder. | ||
@@ -204,2 +204,6 @@ ### Contributors | ||
`npm run docs` for generating a `docs` folder with HTML files documenting the library. Read them online here: [https://doc.esdoc.org/github.com/adzialocha/osc-js/](https://doc.esdoc.org/github.com/adzialocha/osc-js/) | ||
`npm run docs` for generating a `docs` folder with HTML files documenting the library. Read them online here: [https://adzialocha.github.io/osc-js](https://adzialocha.github.io/osc-js) | ||
## License | ||
MIT License `MIT` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
201
169938