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 Versions

134

3.0.0

Diff

Changelog

Source

v3.0.0

Breaking changes:

None really. But tests are no longer run on Node < 10. Development dependencies were updated to address security warnings, and this meant tests could no longer be run on Node 6 or 8. If you still use these Node versions, you may still be able to use this library, but be warned that tests are no longer run on these versions.

All changes:

  • #357 - Dev dependency updates (@tschaub)
  • #333 - Update readme with command line options (@Victoire44)
  • #356 - Test as a GitHub action (@tschaub)
  • #355 - feat(beforeAdd): allow custom script before git add (@Xiphe)
  • #336 - Fix remove not working properly (@sunghwan2789)
  • #328 - Update .travis.yml (@XhmikosR)
  • #327 - Fix typo (@d-tsuji)
tschaub
published 2.2.0 •

Changelog

Source

v2.2.0

  • #318 - Allow an absolute path as dist directory (@okuryu)
  • #319 - Added 'remove' documentation to the readme (@Sag-Dev)
  • #323 - Update dependencies (@tschaub)
  • #277 - Add --no-history flag not to preserve deploy history (@dplusic)
tschaub
published 2.1.1 •

Changelog

Source

v2.1.1

v2.1.0

tschaub
published 2.1.0 •

tschaub
published 2.0.1 •

Changelog

Source

v2.0.1

  • #268 - Continue even if no git configured user.
tschaub
published 2.0.0 •

Changelog

Source

v2.0.0

Breaking changes:

  • Requires Node 6 and above. If you require support for Node 4, stick with v1.2.0.

  • The git user for commits is determined by running git config user.name and git config user.email in the current working directory when gh-pages is run. Ideally, this is what you want. In v1, the git user was determined based on the gh-pages install directory. If the package was installed globally, the git user might not have been what you expected when running in a directory with a locally configured git user.

  • #264 - Better user handling (thanks @holloway for getting this going and @nuklearfiziks and @paulirish for pushing it over the edge)

  • #263 - Infra: newer syntax and upgrade deps to latest stable versions (@AviVahl)

tschaub
published 1.2.0 •

Changelog

Source

v1.2.0

tschaub
published 1.1.0 •

Changelog

Source

v1.1.0

tschaub
published 1.0.0 •

Changelog

Source

v1.0.0

This release includes a couple breaking changes:

  • Node 4+ is required.
  • The logger option has been removed. Set NODE_DEBUG=gh-pages to see debug output.

If you are using Node 4+ and not using the logger option, upgrades should be painless. See below for a full list of changes:

tschaub
published 1.0.0-beta.1 •

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