Socket
Socket
Sign inDemoInstall

git-contributor

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-contributor - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

2

bin/git-contributor.js

@@ -35,3 +35,3 @@ #!/usr/bin/env node

let readmeContent = fs.readFileSync(readmeFile, 'utf8');
const res = gen.genMarkDown(list, readmeContent);
const res = gen.genMarkDown(list.slice(), readmeContent);
const reg = new RegExp(`${res.startToken}[^]*${res.endToken}`);

@@ -38,0 +38,0 @@

{
"name": "git-contributor",
"version": "2.1.3",
"version": "2.1.4",
"description": "git contributor",

@@ -5,0 +5,0 @@ "keywords": [

@@ -30,3 +30,3 @@ # git-contributor

This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Fri May 19 2023 00:07:27 GMT+0800`.
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Fri May 19 2023 00:17:32 GMT+0800`.

@@ -33,0 +33,0 @@ <!-- GITCONTRIBUTOR_END -->

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc