Socket
Socket
Sign inDemoInstall

gh-pages

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gh-pages - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

changelog.md

@@ -0,1 +1,5 @@

## v2.0.1
* [#268](https://github.com/tschaub/gh-pages/pull/268) - Continue even if no git configured user.
## v2.0.0

@@ -2,0 +6,0 @@

@@ -166,2 +166,5 @@ const Git = require('./git');

.then(git => {
if (!user) {
return git;
}
return git.exec('config', 'user.email', user.email).then(() => {

@@ -168,0 +171,0 @@ if (!user.name) {

2

package.json
{
"name": "gh-pages",
"version": "2.0.0",
"version": "2.0.1",
"description": "Publish to a gh-pages branch on GitHub (or any other branch on any other remote)",

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

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