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 15.0.2 to 16.0.0

.idea/aws.xml

33

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

@@ -33,22 +33,21 @@ "main": "dist/src/index.js",

"devDependencies": {
"@types/mocha": "^8.0.2",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.12",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"core-js": "^3.8.1",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"json-schema": "^0.2.5",
"mocha": "^8.1.1",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-react": "^7.21.5",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
"prettier": "^2.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.2"
},
"dependencies": {
"@cucumber/messages": "^13.0.1",
"@teppeis/multimaps": "^1.1.0",
"commander": "^6.0.0",
"@cucumber/messages": "^13.2.1",
"commander": "^6.2.0",
"source-map-support": "^0.5.19"

@@ -55,0 +54,0 @@ },

@@ -7,3 +7,3 @@ import { messages } from '@cucumber/messages';

constructor(message: string);
protected static _create<T>(message: string, location?: messages.ILocation): GherkinException;
protected static _create(message: string, location?: messages.ILocation): GherkinException;
}

@@ -10,0 +10,0 @@ export declare class ParserException extends GherkinException {

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

({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);

@@ -9,0 +9,0 @@ };

@@ -5,3 +5,2 @@ import GherkinStreams from './stream/GherkinStreams';

import IGherkinOptions from './IGherkinOptions';
import Query from './Query';
import Dialect from './Dialect';

@@ -15,2 +14,2 @@ import Parser from './Parser';

}>;
export { GherkinStreams, generateMessages, makeSourceEnvelope, IGherkinOptions, Query, dialects, Dialect, Parser, AstBuilder, TokenScanner, compile, };
export { GherkinStreams, generateMessages, makeSourceEnvelope, IGherkinOptions, dialects, Dialect, Parser, AstBuilder, TokenScanner, compile, };

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.compile = exports.TokenScanner = exports.AstBuilder = exports.Parser = exports.dialects = exports.Query = exports.makeSourceEnvelope = exports.generateMessages = exports.GherkinStreams = void 0;
exports.compile = exports.TokenScanner = exports.AstBuilder = exports.Parser = exports.dialects = exports.makeSourceEnvelope = exports.generateMessages = exports.GherkinStreams = void 0;
var GherkinStreams_1 = __importDefault(require("./stream/GherkinStreams"));

@@ -14,4 +14,2 @@ exports.GherkinStreams = GherkinStreams_1.default;

exports.makeSourceEnvelope = makeSourceEnvelope_1.default;
var Query_1 = __importDefault(require("./Query"));
exports.Query = Query_1.default;
var Parser_1 = __importDefault(require("./Parser"));

@@ -18,0 +16,0 @@ exports.Parser = Parser_1.default;

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

({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);

@@ -9,0 +9,0 @@ };

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

({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);

@@ -9,0 +9,0 @@ };

{
"name": "@cucumber/gherkin",
"version": "15.0.2",
"version": "16.0.0",
"description": "Gherkin parser",

@@ -33,22 +33,21 @@ "main": "dist/src/index.js",

"devDependencies": {
"@types/mocha": "^8.0.2",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.12",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"core-js": "^3.8.1",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"json-schema": "^0.2.5",
"mocha": "^8.1.1",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-react": "^7.21.5",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
"prettier": "^2.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.2"
},
"dependencies": {
"@cucumber/messages": "^13.0.1",
"@teppeis/multimaps": "^1.1.0",
"commander": "^6.0.0",
"@cucumber/messages": "^13.2.1",
"commander": "^6.2.0",
"source-map-support": "^0.5.19"

@@ -55,0 +54,0 @@ },

@@ -23,3 +23,3 @@ import { messages } from '@cucumber/messages'

protected static _create<T>(message: string, location?: messages.ILocation) {
protected static _create(message: string, location?: messages.ILocation) {
const column = location != null ? location.column || 0 : -1

@@ -26,0 +26,0 @@ const line = location != null ? location.line || 0 : -1

@@ -3113,3 +3113,3 @@ {

},
"tl": {
"te": {
"and": [

@@ -3116,0 +3116,0 @@ "* ",

@@ -5,3 +5,2 @@ import GherkinStreams from './stream/GherkinStreams'

import IGherkinOptions from './IGherkinOptions'
import Query from './Query'
import Dialect from './Dialect'

@@ -21,3 +20,2 @@ import Parser from './Parser'

IGherkinOptions,
Query,
dialects,

@@ -24,0 +22,0 @@ Dialect,

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

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