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

contributing-generator

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contributing-generator - npm Package Compare versions

Comparing version

to
1.14.4

eslint.config.mjs

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.14.4](https://github.com/friedrith/contributing-generator/compare/v1.14.3...v1.14.4) (2025-03-07)
### Bug Fixes
* remove github templates from npmignore ([6eb4bea](https://github.com/friedrith/contributing-generator/commit/6eb4beafcb935ff2bcfb2eaf0ffbe6a7db69029c))
## [1.14.3](https://github.com/friedrith/contributing-generator/compare/v1.14.2...v1.14.3) (2024-05-24)

@@ -2,0 +9,0 @@

7

package.json

@@ -12,3 +12,3 @@ {

"type": "module",
"version": "1.14.3",
"version": "1.14.4",
"bin": {

@@ -56,9 +56,10 @@ "contributing-generator": "./dist/index.js"

"@vercel/ncc": "^0.38.1",
"eslint": "^9.21.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"jest": "29.7.0",
"prettier": "^3.2.5",
"semantic-release": "^23.0.2",
"ts-jest": "^29.1.2",
"ts-jest": "29.1.2",
"ts-node": "^10.9.2",

@@ -65,0 +66,0 @@ "tsx": "^4.7.1",

Sorry, the diff of this file is too big to display