unexpected-http
Advanced tools
Comparing version 4.7.1 to 4.8.0
{ | ||
"name": "unexpected-http", | ||
"version": "4.7.1", | ||
"version": "4.8.0", | ||
"description": "Unexpected plugin for testing http servers", | ||
@@ -32,3 +32,3 @@ "main": "lib/unexpectedHttp.js", | ||
"author": "Andreas Lind <andreas@one.com>", | ||
"license": "BSD", | ||
"license": "BSD-3-Clause", | ||
"bugs": { | ||
@@ -40,8 +40,10 @@ "url": "https://github.com/unexpectedjs/unexpected-http/issues" | ||
"passerror": "1.1.0", | ||
"underscore": "1.7.0" | ||
"underscore": "1.7.0", | ||
"unexpected-messy": "^4.8.0", | ||
"messy": "^6.6.1" | ||
}, | ||
"peerDependencies": { | ||
"unexpected": "^9.2.0", | ||
"unexpected-messy": "^4.5.0", | ||
"messy": "^6.4.0" | ||
"unexpected": "^9.5.0", | ||
"unexpected-messy": "^4.8.0", | ||
"messy": "^6.6.1" | ||
}, | ||
@@ -56,5 +58,4 @@ "devDependencies": { | ||
"mocha": "2.0.1", | ||
"unexpected": "9.2.0", | ||
"unexpected-messy": "4.5.0" | ||
"unexpected": "9.5.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
1194778
8
0
26906
7
+ Addedmessy@^6.6.1
+ Addedunexpected-messy@^4.8.0