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

@cucumber/gherkin

Package Overview
Dependencies
Maintainers
2
Versions
46
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 28.0.0 to 29.0.0

LICENSE

2

dist/src/countSymbols.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = countSymbols;
// https://mathiasbynens.be/notes/javascript-unicode

@@ -8,3 +9,2 @@ const regexAstralSymbols = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g;

}
exports.default = countSymbols;
//# sourceMappingURL=countSymbols.js.map

@@ -29,2 +29,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.default = generateMessages;
const Parser_1 = __importDefault(require("./Parser"));

@@ -97,3 +98,2 @@ const GherkinClassicTokenMatcher_1 = __importDefault(require("./GherkinClassicTokenMatcher"));

}
exports.default = generateMessages;
//# sourceMappingURL=generateMessages.js.map

@@ -26,2 +26,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.default = makeSourceEnvelope;
const messages = __importStar(require("@cucumber/messages"));

@@ -46,3 +47,2 @@ function makeSourceEnvelope(data, uri) {

}
exports.default = makeSourceEnvelope;
//# sourceMappingURL=makeSourceEnvelope.js.map

@@ -26,2 +26,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.default = compile;
const messages = __importStar(require("@cucumber/messages"));

@@ -60,3 +61,2 @@ const pickleStepTypeFromKeyword = {

}
exports.default = compile;
function compileRule(featureTags, featureBackgroundSteps, rule, language, pickles, uri, newId) {

@@ -63,0 +63,0 @@ let ruleBackgroundSteps = [].concat(featureBackgroundSteps);

{
"name": "@cucumber/gherkin",
"version": "28.0.0",
"version": "29.0.0",
"description": "Gherkin parser",

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

"devDependencies": {
"@types/mocha": "10.0.6",
"@types/node": "20.11.19",
"commander": "^11.0.0",
"core-js": "3.36.0",
"mocha": "10.3.0",
"@types/mocha": "10.0.7",
"@types/node": "20.14.15",
"commander": "^12.0.0",
"core-js": "3.38.0",
"mocha": "10.7.3",
"ts-node": "10.9.2",
"typescript": "5.3.3"
"typescript": "5.5.4"
},
"dependencies": {
"@cucumber/messages": ">=19.1.4 <=24"
"@cucumber/messages": "<=25"
},

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

@@ -281,3 +281,3 @@ {

},
"be": {
"be": {
"and": [

@@ -1405,3 +1405,3 @@ "* ",

"* ",
"Agus"
"Agus "
],

@@ -1413,3 +1413,3 @@ "background": [

"* ",
"Ach"
"Ach "
],

@@ -1424,6 +1424,6 @@ "examples": [

"* ",
"Cuir i gcás go",
"Cuir i gcás nach",
"Cuir i gcás gur",
"Cuir i gcás nár"
"Cuir i gcás go ",
"Cuir i gcás nach ",
"Cuir i gcás gur ",
"Cuir i gcás nár "
],

@@ -1444,10 +1444,10 @@ "name": "Irish",

"* ",
"Ansin"
"Ansin "
],
"when": [
"* ",
"Nuair a",
"Nuair nach",
"Nuair ba",
"Nuair nár"
"Nuair a ",
"Nuair nach ",
"Nuair ba ",
"Nuair nár "
]

@@ -1482,3 +1482,3 @@ },

"rule": [
"Rule"
"નિયમ"
],

@@ -2142,3 +2142,3 @@ "scenario": [

"* ",
"그리고"
"그리고 "
],

@@ -2150,4 +2150,4 @@ "background": [

"* ",
"하지만",
"단"
"하지만 ",
"단 "
],

@@ -2162,4 +2162,4 @@ "examples": [

"* ",
"조건",
"먼저"
"조건 ",
"먼저 "
],

@@ -2179,8 +2179,8 @@ "name": "Korean",

"* ",
"그러면"
"그러면 "
],
"when": [
"* ",
"만일",
"만약"
"만일 ",
"만약 "
]

@@ -3028,3 +3028,2 @@ },

"scenario": [
"Пример",
"Сценарио",

@@ -3148,3 +3147,3 @@ "Пример"

"* ",
"மேலும் ",
"மேலும் ",
"மற்றும் "

@@ -3157,3 +3156,3 @@ ],

"* ",
"ஆனால் "
"ஆனால் "
],

@@ -3160,0 +3159,0 @@ "examples": [

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 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

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