New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cuked-zombie

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cuked-zombie - npm Package Versions

23

3.0.1

Diff

pscheit
published 3.0.0 •

Changelog

Source

3.0.0

  • the grunt task is removed you can use: cucumber-js --format=pretty -r tests/js/cucumber/bootstrap.js to run tests writen with cuked-zombie with cucumber-js natively
  • runs on cucumber-js 0.9 which has a lot of changes
  • see changelog of cucumber-js from 0.3 til 0.9 and:
    • world has no callback (see migrate-3.0.0.md)
    • you can return promises instead of the callback
    • dont use withCSS-flag anymore use function(regexp, { withCSS: true}, function(arg1, arg2)) instead
    • the callback.fail() isnt available anymore. If you call callback with first parameter its the error thrown.
  • this.Before and this.After are now available in step definitions
  • you can pass timeout with the options object (2nd parameter of your step)
pscheit
published 2.2.0 •

pscheit
published 2.1.1 •

pscheit
published 2.1.0 •

Changelog

Source

2.1.0

  • using zombie >= 4.2.1 for that release
    • added this.fn support for helpers in step definitions
    • you need node >= 4.x.x to run this release
pscheit
published 2.0.7 •

pscheit
published 2.0.6 •

pscheit
published 2.0.5 •

pscheit
published 2.0.4 •

pscheit
published 2.0.3 •

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