Socket
Socket
Sign inDemoInstall

all-contributors-cli

Package Overview
Dependencies
Maintainers
4
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

all-contributors-cli - npm Package Compare versions

Comparing version 6.25.0 to 6.25.1

2

dist/generate/format-contributor.js

@@ -31,3 +31,3 @@ "use strict";

function escapeName(name) {
return name.replace(new RegExp('\\|', 'g'), '|');
return name.replace(new RegExp('\\|', 'g'), '|').replace(new RegExp('\\"', 'g'), '"');
}

@@ -34,0 +34,0 @@ module.exports = function (options, contributor) {

{
"name": "all-contributors-cli",
"version": "6.25.0",
"version": "6.25.1",
"description": "Tool to easily add recognition for new contributors",

@@ -5,0 +5,0 @@ "bin": {

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