prettier-plugin-gherkin
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"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" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
270954
3
73
2009
1
1
106
2
2
+ Added@cucumber/gherkin@^24.1.0
+ Added@cucumber/messages@^19.1.4
+ Added@cucumber/gherkin@24.1.0(transitive)
+ Added@cucumber/messages@19.1.4(transitive)
+ Added@types/uuid@8.3.4(transitive)
+ Addedclass-transformer@0.5.1(transitive)
+ Addedprettier@2.8.8(transitive)
+ Addedreflect-metadata@0.1.13(transitive)
+ Addeduuid@9.0.0(transitive)
- Removedgherkin@6.0.17
- Removednpm-run-path@^3.1.0
- Removedread-json-lines-sync@^2.0.2
- Removed@protobufjs/aspromise@1.1.2(transitive)
- Removed@protobufjs/base64@1.1.2(transitive)
- Removed@protobufjs/codegen@2.0.4(transitive)
- Removed@protobufjs/eventemitter@1.1.0(transitive)
- Removed@protobufjs/fetch@1.1.0(transitive)
- Removed@protobufjs/float@1.0.2(transitive)
- Removed@protobufjs/inquire@1.1.0(transitive)
- Removed@protobufjs/path@1.1.2(transitive)
- Removed@protobufjs/pool@1.1.0(transitive)
- Removed@protobufjs/utf8@1.1.0(transitive)
- Removed@types/long@4.0.2(transitive)
- Removed@types/node@22.13.4(transitive)
- Removedc21e@1.2.1(transitive)
- Removedcucumber-messages@2.1.2(transitive)
- Removedgherkin@6.0.17(transitive)
- Removedlong@4.0.0(transitive)
- Removednpm-run-path@3.1.0(transitive)
- Removedpath-key@3.1.1(transitive)
- Removedprettier@1.17.1(transitive)
- Removedprotobufjs@6.11.4(transitive)
- Removedread-json-lines-sync@2.2.5(transitive)
- Removedundici-types@6.20.0(transitive)
Updatedprettier@^2.7.1