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

gherkin-ast

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gherkin-ast - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

2

ast/tableCell.js

@@ -13,3 +13,3 @@ "use strict";

static parse(obj) {
if (!obj || !obj.value) {
if (!obj || !("value" in obj)) {
throw new TypeError("The given object is not a TableCell!");

@@ -16,0 +16,0 @@ }

# Changelog
## 3.0.3 - 2021-09-17
### Fixed
- Fixed empty cell issue ([#29](https://github.com/gherking/gherkin-ast/issues/29))
## 3.0.2 - 2021-02-10

@@ -4,0 +10,0 @@

{
"name": "gherkin-ast",
"version": "3.0.2",
"version": "3.0.3",
"description": "JS model for Gherkin feature files",

@@ -58,3 +58,3 @@ "main": "index.js",

"ts-jest": "^26.5.1",
"typedoc": "^0.20.23",
"typedoc": "^0.22.3",
"typescript": "^4.1.4"

@@ -61,0 +61,0 @@ },

Sorry, the diff of this file is not supported yet

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