Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zombie

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zombie - npm Package Compare versions

Comparing version 0.12.3 to 0.12.4

8

CHANGELOG.md
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 @@

3

package.json
{ "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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc