Socket
Socket
Sign inDemoInstall

@cucumber/gherkin

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cucumber/gherkin - npm Package Compare versions

Comparing version 19.0.3 to 20.0.0

.tested-npm

16

dist/package.json
{
"name": "@cucumber/gherkin",
"version": "19.0.3",
"version": "20.0.0",
"description": "Gherkin parser",

@@ -26,12 +26,12 @@ "main": "dist/src/index.js",

"devDependencies": {
"@types/mocha": "8.2.2",
"@types/node": "15.6.0",
"core-js": "3.12.1",
"mocha": "8.4.0",
"@types/mocha": "8.2.3",
"@types/node": "14.17.5",
"core-js": "3.15.2",
"mocha": "9.0.2",
"ts-node": "10.0.0",
"typescript": "4.2.4"
"typescript": "4.3.5"
},
"dependencies": {
"@cucumber/messages": "^16.0.1",
"@cucumber/message-streams": "^2.0.0"
"@cucumber/messages": "^17.0.0",
"@cucumber/message-streams": "^3.0.0"
},

@@ -38,0 +38,0 @@ "directories": {

{
"name": "@cucumber/gherkin",
"version": "19.0.3",
"version": "20.0.0",
"description": "Gherkin parser",

@@ -26,12 +26,12 @@ "main": "dist/src/index.js",

"devDependencies": {
"@types/mocha": "8.2.2",
"@types/node": "15.6.0",
"core-js": "3.12.1",
"mocha": "8.4.0",
"@types/mocha": "8.2.3",
"@types/node": "14.17.5",
"core-js": "3.15.2",
"mocha": "9.0.2",
"ts-node": "10.0.0",
"typescript": "4.2.4"
"typescript": "4.3.5"
},
"dependencies": {
"@cucumber/messages": "^16.0.1",
"@cucumber/message-streams": "^2.0.0"
"@cucumber/messages": "^17.0.0",
"@cucumber/message-streams": "^3.0.0"
},

@@ -38,0 +38,0 @@ "directories": {

@@ -1017,2 +1017,42 @@ {

},
"en-tx": {
"and": [
"Come hell or high water "
],
"background": [
"Lemme tell y'all a story"
],
"but": [
"Well now hold on, I'll you what "
],
"examples": [
"Now that's a story longer than a cattle drive in July"
],
"feature": [
"This ain’t my first rodeo",
"All gussied up"
],
"given": [
"Fixin' to ",
"All git out "
],
"name": "Texas",
"native": "Texas",
"rule": [
"Rule "
],
"scenario": [
"All hat and no cattle"
],
"scenarioOutline": [
"Serious as a snake bite",
"Busy as a hound in flea season"
],
"then": [
"There’s no tree but bears some fruit "
],
"when": [
"Quick out of the chute "
]
},
"eo": {

@@ -2570,3 +2610,4 @@ "and": [

"rule": [
"Rule"
"Zasada",
"Reguła"
],

@@ -2573,0 +2614,0 @@ "scenario": [

import ITokenMatcher from './ITokenMatcher'
import Dialect from './Dialect'
import {Token, TokenType} from './Parser'
import { Token, TokenType } from './Parser'
import DIALECTS from './gherkin-languages.json'
import {Item} from './IToken'
import { Item } from './IToken'
import * as messages from '@cucumber/messages'
import {NoSuchLanguageException} from './Errors'
import { NoSuchLanguageException } from './Errors'

@@ -9,0 +9,0 @@ const DIALECT_DICT: { [key: string]: Dialect } = DIALECTS

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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