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

@xkeshav/gh-repo-care

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xkeshav/gh-repo-care - npm Package Compare versions

Comparing version 2.2.0 to 2.2.3

17

package.json
{
"name": "@xkeshav/gh-repo-care",
"version": "2.2.0",
"version": "2.2.3",
"private": false,

@@ -17,3 +17,3 @@ "displayName": "github-repo-care",

"type": "git",
"url": "https://github.com/xkeshav/gh-repo-care.git"
"url": "git+https://github.com/xkeshav/gh-repo-care.git"
},

@@ -43,3 +43,3 @@ "author": {

"bin": {
"gh-repo-care": "./bin/health-check.js"
"gh-repo-care": "bin/health-check.js"
},

@@ -54,2 +54,3 @@ "files": [

"check": "prettier --check .",
"test": "echo \"Error: no test specified\"",
"clean": "rimraf dist",

@@ -61,3 +62,3 @@ "prepublish": "npm run clean",

"createdOn": "29 Sep 2024",
"updatedOn": "09 Oct 2024"
"updatedOn": "10 Oct 2024"
},

@@ -71,3 +72,4 @@ "dependencies": {

"devDependencies": {
"prettier": "3.3.3"
"prettier": "3.3.3",
"rimraf": "6.0.1"
},

@@ -88,3 +90,6 @@ "browserslist": {

"node": ">=18"
},
"publishConfig": {
"provenance": true
}
}
}

@@ -14,2 +14,4 @@ # GitHub Repo Care

[![Publish package to GitHub Packages](https://github.com/xkeshav/gh-repo-care/actions/workflows/publish.yml/badge.svg)](https://github.com/xkeshav/gh-repo-care/actions/workflows/publish.yml)
<!-- -->

@@ -21,3 +23,3 @@

![gh-repo-care demo gif](./src/assets/images/output.gif)
![gh-repo-care demo gif](https://github.com/xkeshav/gh-repo-care/blob/main/src/assets/images/output.gif)

@@ -90,6 +92,8 @@ ## What are Community Health Files?

type _y_ on to continue on asking
type _y_ to continue on asking
then it will ask few questions and ask for your consent and then generate necessary health files.
## Notes
> [!NOTE]

@@ -96,0 +100,0 @@ > if you have `.github` folder in your repo, then it will ask for a folder name, where it will generate the files, but later you have to move these files into `.github` folder, to make it useful.

@@ -43,5 +43,3 @@ // @ts-nocheck

const results = await replaceInFile(options);
//console.log("Replacement results:", results);
//console.log({ sourcePath, destinationPath });
console.log(`\n 🎊 health files generated successfully on ${userFolderName}`);
console.log(`\n 🎊 community health files generated successfully at ${userFolderName}`);
} catch (error) {

@@ -48,0 +46,0 @@ console.error("Error occurred:", error);

@@ -5,4 +5,8 @@ # Change Log

## [0.0.1]
## [2.0.0]
- Initial release.
## [2.2.0]
- Added workflow
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