Comparing version 0.0.1 to 0.0.3
@@ -18,2 +18,5 @@ (function() { | ||
//---- | ||
//## Installation | ||
//~installation~ | ||
//---- | ||
//## Examples | ||
@@ -20,0 +23,0 @@ //~examples~ |
{ | ||
"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
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 2 instances in 1 package
79322
17
315
199
0
1
2
+ Addedbinpack@*
+ Addedcoffee-script@>=1.2.0
+ Addedbinpack@0.1.0(transitive)
+ Addedcoffee-script@1.12.7(transitive)
- Removed0@binpack
- Removed1@coffee-script