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 10.0.0 to 11.0.0

dist/src/Query.d.ts

12

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

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

"@types/mocha": "^7.0.1",
"@types/node": "^13.7.1",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"@types/node": "^13.7.7",
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"eslint": "^6.8.0",

@@ -43,7 +43,7 @@ "eslint-config-prettier": "^6.10.0",

"eslint-plugin-react": "^7.18.3",
"mocha": "^7.0.1",
"mocha": "^7.1.0",
"nyc": "^15.0.0",
"prettier": "^1.19.1",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
"typescript": "^3.8.3"
},

@@ -50,0 +50,0 @@ "dependencies": {

import Gherkin from './Gherkin';
import IGherkinOptions from './IGherkinOptions';
import GherkinQuery from './GherkinQuery';
import StrictArrayMultimap from './StrictArrayMultimap';
import StrictMap from './StrictMap';
import Query from './Query';
export default Gherkin;
export { IGherkinOptions, GherkinQuery, StrictArrayMultimap, StrictMap };
export { IGherkinOptions, Query };

@@ -7,9 +7,5 @@ "use strict";

var Gherkin_1 = __importDefault(require("./Gherkin"));
var GherkinQuery_1 = __importDefault(require("./GherkinQuery"));
exports.GherkinQuery = GherkinQuery_1.default;
var StrictArrayMultimap_1 = __importDefault(require("./StrictArrayMultimap"));
exports.StrictArrayMultimap = StrictArrayMultimap_1.default;
var StrictMap_1 = __importDefault(require("./StrictMap"));
exports.StrictMap = StrictMap_1.default;
var Query_1 = __importDefault(require("./Query"));
exports.Query = Query_1.default;
exports.default = Gherkin_1.default;
//# sourceMappingURL=index.js.map
{
"name": "@cucumber/gherkin",
"version": "10.0.0",
"version": "11.0.0",
"description": "Gherkin parser",

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

"@types/mocha": "^7.0.1",
"@types/node": "^13.7.1",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"@types/node": "^13.7.7",
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"eslint": "^6.8.0",

@@ -43,7 +43,7 @@ "eslint-config-prettier": "^6.10.0",

"eslint-plugin-react": "^7.18.3",
"mocha": "^7.0.1",
"mocha": "^7.1.0",
"nyc": "^15.0.0",
"prettier": "^1.19.1",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
"typescript": "^3.8.3"
},

@@ -50,0 +50,0 @@ "dependencies": {

import Gherkin from './Gherkin'
import IGherkinOptions from './IGherkinOptions'
import GherkinQuery from './GherkinQuery'
import StrictArrayMultimap from './StrictArrayMultimap'
import StrictMap from './StrictMap'
import Query from './Query'
export default Gherkin
export { IGherkinOptions, GherkinQuery, StrictArrayMultimap, StrictMap }
export { IGherkinOptions, Query }

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