Comparing version 0.12.3 to 0.12.4
zombie.js-changelog(7) -- Changelog | ||
=================================== | ||
## Version 0.12.4 2011-12-16 | ||
Return undefined for response status when there is no response. | ||
362 Tests | ||
2.4 sec to complete | ||
## Version 0.12.3 2011-12-13 | ||
@@ -5,0 +13,0 @@ |
{ "name": "zombie", | ||
"version": "0.12.3", | ||
"version": "0.12.4", | ||
"description": "Insanely fast, full-stack, headless browser testing using Node.js", | ||
@@ -8,2 +8,3 @@ "homepage": "http://zombie.labnotes.org/", | ||
"Bob Lail <bob.lailfamily@gmail.com> (http://boblail.tumblr.com/)", | ||
"Brian McDaniel (https://github.com/brianmcd)", | ||
"Damian Janowski", | ||
@@ -10,0 +11,0 @@ "José Valim <jose.valim@plataformatec.com.br> (http://blog.plataformatec.com.br/)" |
@@ -27,3 +27,3 @@ zombie.js(1) -- Insanely fast, headless full-stack testing using Node.js | ||
// Form submitted, new page loaded. | ||
assert.equal(status, 200); | ||
assert.ok(browser.success); | ||
assert.equal(browser.text("title"), "Welcome To Brains Depot"); | ||
@@ -98,3 +98,3 @@ | ||
browser.visit("http://localhost:3000/", function () { | ||
assert.equal(browser.success, "Expected status code to be 2xx"); | ||
assert.ok(browser.success); | ||
if (browser.error ) | ||
@@ -296,2 +296,4 @@ console.dir("Errors reported:", browser.errors); | ||
JavaScript execution contexts using [Contextify](https://github.com/brianmcd/contextify) | ||
Magical Zombie Girl by [Toho Scope](http://www.flickr.com/people/tohoscope/) | ||
@@ -298,0 +300,0 @@ |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
302
0
44641
8
0
2