New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

prettier-plugin-gherkin

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-plugin-gherkin - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

.github/workflows/node.js.yml

44

package.json
{
"name": "prettier-plugin-gherkin",
"version": "0.0.1",
"description": "A prettier plugin to format gherkin language (aka `.feature` files)",
"license": "MIT",
"main": "src/index.js",
"files": [
"/src"
],
"version": "1.0.0",
"description": "This prettier plugin format your gherkin (`.feature` files) documents.",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"lint": "tsc --noEmit",
"example": "yarn build && prettier --plugin . example.feature",
"test": "jest",
"lint": "eslint .",
"format:check": "prettier --check \"./**/*.{js,json,md}\"",
"format:fix": "prettier --write \"./**/*.{js,json,md}\""
"prepublishOnly": "yarn build"
},
"keywords": [
"prettier",
"plugin",
"gherkin"
],
"author": {
"name": "Julien Deniau",
"email": "julien.deniau@gmail.com"
},
"license": "MIT",
"dependencies": {
"gherkin": "6.0.17",
"npm-run-path": "^3.1.0",
"prettier": "1.17.1",
"read-json-lines-sync": "^2.0.2"
"@cucumber/gherkin": "^24.1.0",
"@cucumber/messages": "^19.1.4",
"prettier": "^2.7.1"
},
"devDependencies": {
"@types/prettier": "1.16.4",
"eslint": "5.16.0",
"eslint-plugin-jest": "22.5.1",
"jest": "24.8.0",
"jest-watch-typeahead": "0.3.1"
"@types/node": "^18.11.7",
"@types/prettier": "^2.7.1",
"jest": "^24.0.0",
"jest-watch-typeahead": "^0.2.1",
"typescript": "^4.8.4"
}
}
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