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

@cucumber/electron

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cucumber/electron - npm Package Versions

4.1.3

Diff

Changelog

Source

[4.1.3] - 2021-06-28

Fixed

  • Fixed border radius of windows
aslakhellesoy
published 4.1.2 •

Changelog

Source

[4.1.2] - 2021-06-25

Fixed

  • #70 Fix TS2749: 'AppElements' refers to a value, but is being used as a type here. Did you mean 'typeof AppElements'? when using AppElements as a type.
aslakhellesoy
published 4.1.1 •

Changelog

Source

[4.1.1] - 2021-06-23

Fixed

  • Improve styling of fake terminal and fake browser windows.
  • AppElements#create(document, title) now declares a return type of HTMLElement instead of Element. This is to avoid down-casting when working with @testing-library/dom, which expects HTMLElement in various functions.
aslakhellesoy
published 4.1.0 •

Changelog

Source

[4.1.0] - 2021-06-17

Added

  • Add --stylesheet [PATH] option to load a custom stylesheet.
  • Add a AppElements API for creating new DOM elements for hosting components and apps. See documentaion for details.
  • Add TypeScript definitions for the new API.
cukebot
published 4.0.0 •

Changelog

Source

[4.0.0] - 2021-06-07

Changed

  • Use both stdout and stderr

Removed

  • Remove dependency on electron-window package
  • Remove support for Node.js < 12
  • Remove support for Electron < 12

Fixed

  • Fix support for Cucumber.js 7.2.1
cukebot
published 3.0.0 •

Changelog

Source

[3.0.0] - 2020-12-21

  • Depends on Cucumber.js 7.0.0 and above.
  • The peer dependency on Electron has been relaxed: all versions below 12 are now allowed. This will allow you to use a recent version of Electron before we bump it in Cucumber-electron's dependencies :)
cukebot
published 3.0.0-rc.1 •

Changelog

Source

[3.0.0-rc.1] - 2020-12-02

  • Both Cucumber.js' and Cucumber-electron's versions are now displayed when using --version and the process properly exits
  • Unknown CLI options are no longer making Cucumber-electron hang in non-interactive mode
  • Uncaught exceptions thrown in the Cucumber CLI process — including compile errors like syntax errors and failed requires — are now properly caught and reported before making the process exit with status 3
  • Electron 11 is now officially supported
cukebot
published 3.0.0-rc.0 •

Changelog

Source

[3.0.0-rc.0] - 2020-10-16

  • Cucumber-electron now depends on @cucumber/cucumber-7.0.0-rc.0 and above (not backward-compatible with previous versions) as an explicit peer dependency. You need to install it alongside cucumber-electron in your project.
  • Electron is also now an explicit peer dependency. Versions from 8.2.0 to 10 are supported. This gives you more freedom if you also use Electron in your app.
  • We now officially support Node.js v14 (in addition to 8, 10 and 12).
aslakhellesoy
published 2.7.1 •

Changelog

Source

[2.7.1] - 2020-04-02

  • Add <!DOCTYPE html> to avoid quirks mode
  • Change package name from cucumber-electron to @cucumber/electron
  • Upgrade dependencies
  • Switch from yarn.lock to package-lock.json
cukebot
published 2.7.0 •

Changelog

Source

[2.7.0] - 2019-06-07

  • Support for electron 5 and node 12
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