Socket
Socket
Sign inDemoInstall

buildbranch

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buildbranch - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "buildbranch",
"description": "Publish a folder to the given build branch (like gh-pages).",
"version": "0.0.2",
"version": "0.0.3",
"homepage": "https://github.com/nfroidure/buildbranch",

@@ -6,0 +6,0 @@ "author": {

@@ -19,3 +19,3 @@ # buildbranch

```shell
buildbranch gh-pages www
buildbranch gh-pages www example.com
```

@@ -22,0 +22,0 @@

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

, dir = process.argv[3]
, domain = process.argv[4]
;

@@ -12,2 +13,3 @@

folder: dir || 'www',
domain: domain || ''
}, function(err) {

@@ -14,0 +16,0 @@ if(err) {

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