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.26.0 to 6.26.1

4

dist/util/config-file.js

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

//Updates the file with fixes
fs.writeFileSync(configPath, formatConfig(config));
fs.writeFileSync(configPath, formatConfig(configPath, config));
}

@@ -46,3 +46,3 @@ return config;

}
return pify(fs.writeFile)(configPath, `${formatConfig(content)}\n`);
return pify(fs.writeFile)(configPath, `${formatConfig(configPath, content)}\n`);
}

@@ -49,0 +49,0 @@ function writeContributors(configPath, contributors) {

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

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

@@ -174,2 +174,5 @@ <!-- START doctoc generated TOC please keep comment here to allow auto update -->

</tr>
<tr>
<td align="center" valign="top" width="16.66%"><a href="https://github.com/schweden1997"><img src="https://avatars.githubusercontent.com/u/6765735?v=4?s=100" width="100px;" alt="Marco De Gaetano"/><br /><sub><b>Marco De Gaetano</b></sub></a><br /><a href="https://github.com/all-contributors/cli/issues?q=author%3Aschweden1997" title="Bug reports">🐛</a></td>
</tr>
</tbody>

@@ -176,0 +179,0 @@ <tfoot>

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