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

gh-pages

Package Overview
Dependencies
Maintainers
2
Versions
34
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.1 to 2.1.0

2

bin/gh-pages.js

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

.option('-g, --tag <tag>', 'add tag to commit')
.option('--git <git>', 'Path to git executable')
.option('-t, --dotfiles', 'Include dotfiles')

@@ -83,2 +84,3 @@ .option('-r, --repo <repo>', 'URL of the repository you are pushing to')

tag: program.tag,
git: program.git,
dotfiles: !!program.dotfiles,

@@ -85,0 +87,0 @@ add: !!program.add,

@@ -0,1 +1,6 @@

## v2.1.0
* [#307](https://github.com/tschaub/gh-pages/pull/307) - Dev dependency updates ([@tschaub](https://github.com/tschaub))
* [#303](https://github.com/tschaub/gh-pages/pull/303) - Support '--git' CLI option ([@JRJurman](https://github.com/JRJurman))
## v2.0.1

@@ -2,0 +7,0 @@

16

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

@@ -43,9 +43,9 @@ "keywords": [

"devDependencies": {
"chai": "^4.1.2",
"dir-compare": "^1.4.0",
"eslint": "^5.5.0",
"eslint-config-tschaub": "^12.0.1",
"mocha": "^5.2.0",
"sinon": "^6.2.0",
"tmp": "^0.0.33"
"chai": "^4.2.0",
"dir-compare": "^1.7.3",
"eslint": "^5.16.0",
"eslint-config-tschaub": "^13.1.0",
"mocha": "^6.1.4",
"sinon": "^7.3.2",
"tmp": "^0.1.0"
},

@@ -52,0 +52,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