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

gherkin-ast

Package Overview
Dependencies
Maintainers
6
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gherkin-ast - npm Package Versions

13

3.3.0-beta.3

Diff

szikszail
published 3.3.0-beta.2 •

szikszail
published 3.2.1 •

Changelog

Source

3.2.1 - 2021-11-30

Added

  • Published pruneID utility
szikszail
published 3.2.0 •

Changelog

Source

3.2.0 - 2021-11-13

Added

  • Added unique ID to all AST objects (_id)
szikszail
published 3.2.0-beta.1 •

szikszail
published 3.1.0 •

Changelog

Source

3.1.0 - 2021-09-20

Added

  • Added support for tags in Rules (#22)
szikszail
published 3.0.3 •

Changelog

Source

3.0.3 - 2021-09-17

Fixed

  • Fixed empty cell issue (#29)
szikszail
published 3.0.2 •

Changelog

Source

3.0.2 - 2021-02-10

Fixed

  • Fixed Scenario parsing issue (#19)
szikszail
published 3.0.1 •

Changelog

Source

3.0.1 - 2021-01-29

Added

  • Integration with Github Actions
szikszail
published 3.0.0 •

Changelog

Source

3.0.0 - 2021-01-19

Breaking changed

Added support for normal and parametirized tags:

  • Normal tag, e.g. @tag same as new Tag("tag")
  • Parametirized tag, e.g. @suite(smoke) same as new Tag("suite", "smoke")

All methods of a tag work with both type of tags. Also added Tag.parseString(string) to be able to parse a tag string to any of the above type of tags.

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