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

zombie

Package Overview
Dependencies
Maintainers
4
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zombie - npm Package Versions

1
1314

0.12.4

Diff

Changelog

Source

Version 0.12.4 2011-12-16

Return undefined for response status when there is no response.

362 Tests
2.4 sec to complete
assaf
published 0.12.3 •

Changelog

Source

Version 0.12.3 2011-12-13

Fixed issue when globally declared variables with no values are not accessible (Brian McDaniel)

362 Tests
2.6 sec to complete
assaf
published 0.12.2 •

Changelog

Source

Version 0.12.2 2011-12-12

Added global options, for example:

Zombie.site = "http://localhost:3003"
Zombie.visit("/browser/test", function() {
  ...
})

You can put Zombie in debug mode by setting environment variable DEBUG, for example:

$ DEBUG=true vows

Also added silent option to suppress all console.log output from scripts.

Support origin in websockets (Glen Mailer)

Proper support for CSS style opacity property.

360 Tests
2.5 sec to complete
assaf
published 0.12.1 •

Changelog

Source

Version 0.12.1 2011-12-06

Added browser.success, returns true if status code is 2xx.

Updated documentation to better reflect new API features and behaviors. Catching up on the many changes since 0.11.

DOM events now dispatched asynchronously as part of event loop.

Allow //<hostname> URLs to be used in more places

359 Tests
2.4 sec to complete
1
1314
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