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

osc-min

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

osc-min - npm Package Compare versions

Comparing version 0.0.1 to 0.0.3

lib/install.md

3

lib/index.js

@@ -18,2 +18,5 @@ (function() {

//----
//## Installation
//~installation~
//----
//## Examples

@@ -20,0 +23,0 @@ //~examples~

20

package.json
{
"name": "osc-min",
"version": "0.0.1",
"version": "0.0.3",
"main": "lib/index",

@@ -21,10 +21,10 @@ "author": {

},
"dependencies" : [
"binpack",
"coffee-script"
],
"devDependencies" : [
"expresso",
"docket>=0.0.3"
],
"dependencies" : {
"binpack" : "*",
"coffee-script" : ">=1.2.0"
},
"devDependencies" : {
"expresso" : "*",
"docket" : ">=0.0.3"
},
"directories": {

@@ -35,3 +35,3 @@ "lib": "lib",

"engines": {
"node": ">=0.3.0"
"node": ">=0.6.0"
},

@@ -38,0 +38,0 @@ "scripts": {

@@ -15,2 +15,27 @@ # osc-min

----
## Installation
The easiest way to get osc-min is through [NPM](http://npmjs.org).
After install npm, you can install osc-min in the current directory with
```
npm install osc-min
```
If you'd rather get osc-min through github (for example, if you're forking
it), you still need npm to install dependencies, which you can do with
```
npm install --dev
```
Once you've got all the dependencies you should be able to run the unit
tests with
```
npm test
npm run-script coverage
```
----
## Examples

@@ -17,0 +42,0 @@ ### A simple OSC printer

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