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

cucumber-pretty

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cucumber-pretty - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

18

package.json
{
"name": "cucumber-pretty",
"version": "6.0.0",
"version": "6.0.1",
"description": "Cucumber.js Pretty Formatter",

@@ -17,17 +17,17 @@ "repository": "https://github.com/kozhevnikov/cucumber-pretty",

"dependencies": {
"cli-table3": "^0.5.1",
"cli-table3": "^0.6.0",
"colors": "^1.4.0",
"figures": "^3.0.0"
"figures": "^3.2.0"
},
"peerDependencies": {
"cucumber": ">=6.0.0"
"cucumber": ">=6.0.0 <7.0.0"
},
"devDependencies": {
"cucumber": "^6.0.2",
"eslint": "^6.5.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"mocha": "^6.2.1",
"cucumber": "^6.0.5",
"eslint": "^8.4.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.3",
"mocha": "^9.1.3",
"should": "^13.2.3"
}
}

@@ -10,4 +10,11 @@ # Cucumber Pretty

Cucumber.js pretty formatter implementing event protocol.
Custom Cucumber.js pretty formatter implementing event protocol for versions 3 to 6.
Official Cucumber.js pretty formatter implementing [message protocol](https://github.com/cucumber/common/tree/main/messages) for version 7 and later is at [@cucumber/pretty-formatter](https://www.npmjs.com/package/@cucumber/pretty-formatter).
- For Cucumber.js v1 and v2 use `-f pretty`
- For Cucumber.js v3, v4, and v5 install `cucumber-pretty@1.5` and use `-f node_modules/cucumber-pretty`
- For Cucumber.js v6 install `cucumber-pretty@6` and use `-f node_modules/cucumber-pretty`
- For Cucumber.js v7 install `@cucumber/pretty-formatter` and use `-f @cucumber/pretty-formatter`
Built with 🥒 by [Ilya Kozhevnikov](http://kozhevnikov.com/).

@@ -14,0 +21,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