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

gherkin

Package Overview
Dependencies
Maintainers
3
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.12.2 to 3.0.0

.travis.yml

53

package.json

@@ -1,24 +0,33 @@

{ "name" : "gherkin"
, "description" : "A fast Gherkin lexer/parser based on the Ragel State Machine Compiler."
, "keywords" : [ "testing", "bdd", "cucumber", "gherkin", "tests" ]
, "version" : "2.12.2"
, "homepage" : "http://github.com/cucumber/gherkin"
, "author" : "Aslak Hellesøy <aslak.hellesoy@gmail.com>"
, "contributors" : [ "Aslak Hellesøy <aslak.hellesoy@gmail.com>" ]
, "repository" :
{ "type" : "git"
, "url" : "git://github.com/cucumber/gherkin.git"
{
"name": "gherkin",
"version": "3.0.0",
"description": "Gherkin parser",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/cucumber/gherkin3"
},
"keywords": [
"gherkin",
"cucumber"
],
"author": "Aslak Hellesøy",
"license": "MIT",
"bugs": {
"url": "https://github.com/cucumber/gherkin3/issues"
},
"homepage": "https://github.com/cucumber/gherkin3",
"devDependencies": {
"bower": "^1.4.1",
"browserify": "^10.2.6",
"mocha": "^2.2.5",
"mversion": "^1.10.0",
"uglify-js": "^2.4.23"
},
"dependencies": {
"tea-error": "^0.1.0"
}
, "bugs" :
{ "mail" : "cukes@googlegroups.com"
, "url" : "http://github.com/cucumber/gherkin/issues"
}
, "directories" : { "lib" : "./lib" }
, "main" : "./lib/gherkin"
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/cucumber/gherkin/raw/master/LICENSE"
}
]
, "devDependencies" : { "uglify-js" : "2.4.0" }
}

@@ -1,3 +0,3 @@

# Gherkin.js
[![Build Status](https://secure.travis-ci.org/cucumber/gherkin-javascript.png)](http://travis-ci.org/cucumber/gherkin-javascript)
This is a pure JavaScript gherkin lexer/parser.
Gherkin parser/compiler for JavaScript. Please see [Gherkin3](https://github.com/cucumber/gherkin3) for details.

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