Socket
Socket
Sign inDemoInstall

gherkin

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gherkin - npm Package Compare versions

Comparing version 2.11.3 to 2.11.4

8

lib/gherkin.js
/**
* Creates a new Lexer for a specific language.
*/
exports.Lexer = function(lang) {
return require('./gherkin/lexer/' + lang).Lexer;
module.exports.Lexer = function(lang) {
return require('./gherkin/lexer/' + lang);
};

@@ -11,3 +11,3 @@

*/
exports.connect = function(path) {
module.exports.connect = function(path) {
var gherkinFiles = require('connect').static(__dirname);

@@ -23,2 +23,2 @@

};
};
};
{ "name" : "gherkin"
, "description" : "A fast Gherkin lexer/parser based on the Ragel State Machine Compiler."
, "keywords" : [ "testing", "bdd", "cucumber", "gherkin", "tests" ]
, "version" : "2.11.3"
, "version" : "2.11.4"
, "homepage" : "http://github.com/cucumber/gherkin"

@@ -6,0 +6,0 @@ , "author" : "Aslak Hellesøy <aslak.hellesoy@gmail.com>"

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