Comparing version 0.2.4 to 1.0.0
{ | ||
"name": "depugger", | ||
"version": "0.2.4", | ||
"version": "1.0.0", | ||
"description": "small debugging utility", | ||
@@ -24,6 +24,6 @@ "main": "index.js", | ||
"devDependencies": { | ||
"mocha": "~1.14.0", | ||
"chai": "~1.8.1", | ||
"sandboxed-module": "~0.3.0" | ||
"sandboxed-module": "^1.0.1", | ||
"mocha": "^1.21.4", | ||
"chai": "^1.9.1" | ||
} | ||
} |
@@ -1,5 +0,3 @@ | ||
# node-depugger | ||
# node-depugger [![Build Status](https://travis-ci.org/zaphod1984/node-depugger.png)](https://travis-ci.org/zaphod1984/node-depugger) | ||
[![Build Status](https://travis-ci.org/zaphod1984/node-depugger.png)](https://travis-ci.org/zaphod1984/node-depugger) | ||
[![NPM](https://nodei.co/npm/depugger.png)](https://nodei.co/npm/depugger/) | ||
@@ -11,2 +9,8 @@ | ||
## Installation | ||
````bash | ||
$ npm install depugger | ||
```` | ||
## depugger([debug, [name]]), depugger(options) | ||
@@ -66,2 +70,2 @@ | ||
```` | ||
```` |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
10206
1
70