Comparing version 0.8.6 to 0.8.7
@@ -12,2 +12,3 @@ /** | ||
'--timeout timeout for async tests', | ||
'--stack-limit stack trace limit', | ||
]; | ||
@@ -14,0 +15,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "", | ||
"version": "0.8.6", | ||
"version": "0.8.7", | ||
"license": "MIT", | ||
@@ -12,3 +12,3 @@ "main": "lib/hydro.js", | ||
"vesln/evts": "0.0.1", | ||
"vesln/tryc": "0.0.2", | ||
"vesln/tryc": "0.0.3", | ||
"vesln/fload": "0.0.2", | ||
@@ -18,2 +18,5 @@ "vesln/globalo": "0.0.1", | ||
}, | ||
"development": { | ||
"hydrojs/hydro-minimal": "0.0.1" | ||
}, | ||
"scripts": [ | ||
@@ -20,0 +23,0 @@ "lib/hydro.js", |
@@ -810,2 +810,3 @@ ;(function(){ | ||
var suite = null; | ||
var stackLimit = null; | ||
var self = this; | ||
@@ -824,2 +825,6 @@ | ||
if (stackLimit = this.get('stackLimit')) { | ||
Error.stackTraceLimit = stackLimit; | ||
} | ||
this._init = true; | ||
@@ -826,0 +831,0 @@ }; |
@@ -228,2 +228,3 @@ /** | ||
var suite = null; | ||
var stackLimit = null; | ||
var self = this; | ||
@@ -242,2 +243,6 @@ | ||
if (stackLimit = this.get('stackLimit')) { | ||
Error.stackTraceLimit = stackLimit; | ||
} | ||
this._init = true; | ||
@@ -244,0 +249,0 @@ }; |
{ | ||
"name": "hydro", | ||
"version": "0.8.6", | ||
"version": "0.8.7", | ||
"preferGlobal": true, | ||
@@ -9,3 +9,3 @@ "description": "Teeny-weeny test runner for Node.js", | ||
"scripts": { | ||
"test": "bin/hydro", | ||
"test": "bin/hydro && karma start", | ||
"coverage": "istanbul cover bin/_hydro -- --formatter hydro-silent" | ||
@@ -31,3 +31,10 @@ }, | ||
"istanbul": "~0.1.46", | ||
"component": "~0.18.0" | ||
"component": "~0.18.0", | ||
"karma": "~0.10.8", | ||
"karma-chrome-launcher": "~0.1.1", | ||
"karma-firefox-launcher": "~0.1.2", | ||
"karma-phantomjs-launcher": "~0.1.1", | ||
"karma-safari-launcher": "~0.1.1", | ||
"karma-sauce-launcher": "git://github.com/embarkmobile/karma-sauce-launcher.git#feature-passfail", | ||
"karma-hydro": "*" | ||
}, | ||
@@ -37,10 +44,9 @@ "dependencies": { | ||
"evts": "0.0.1", | ||
"tryc": "*", | ||
"tryc": "~0.0.3", | ||
"fload": "*", | ||
"loa": "0.0.2", | ||
"instance": "*", | ||
"globalo": "*", | ||
"v8-argv": "~0.1.0", | ||
"optimist": "~0.6.0" | ||
"v8-argv": "~0.2.0", | ||
"argvee": "~0.1.1" | ||
} | ||
} |
@@ -10,31 +10,18 @@ [![NPM | ||
## Installation | ||
## Contributors | ||
```bash | ||
$ npm install hydro | ||
``` | ||
project : hydro | ||
repo age : 3 weeks | ||
active : 18 days | ||
commits : 218 | ||
files : 57 | ||
authors : | ||
214 Veselin Todorov 98.2% | ||
2 Jake Luer 0.9% | ||
2 Radoslav Stankov 0.9% | ||
``` | ||
## License | ||
(The MIT License) | ||
Copyright (c) 2013 Veselin Todorov <hi@vesln.com> | ||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
'Software'), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | ||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY | ||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, | ||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | ||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
The MIT License (see LICENSE) |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 10 instances 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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 2 instances in 1 package
56784
8
23
2314
4
15
27
19
+ Addedargvee@~0.1.1
+ Addedargvee@0.1.1(transitive)
+ Addedtryc@0.0.5(transitive)
+ Addedv8-argv@0.2.0(transitive)
- Removedinstance@*
- Removedoptimist@~0.6.0
- Removedinstance@0.0.1(transitive)
- Removedminimist@0.0.10(transitive)
- Removedoptimist@0.6.1(transitive)
- Removedtryc@0.1.0(transitive)
- Removedv8-argv@0.1.0(transitive)
- Removedwordwrap@0.0.3(transitive)
Updatedtryc@~0.0.3
Updatedv8-argv@~0.2.0