Socket
Socket
Sign inDemoInstall

hexo-deployer-git

Package Overview
Dependencies
248
Maintainers
5
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.1 to 1.0.0

5

lib/deployer.js

@@ -6,3 +6,3 @@ 'use strict';

var chalk = require('chalk');
var swig = require('swig');
var swig = require('swig-templates');
var moment = require('moment');

@@ -61,3 +61,4 @@ var Promise = require('bluebird');

cwd: deployDir,
verbose: verbose
verbose: verbose,
stdio: 'inherit'
});

@@ -64,0 +65,0 @@ }

2

lib/parse_config.js
'use strict';
var rRepoURL = /^(?:(?:git|https?|git\+https|git\+ssh):\/\/)?(?:[^@]+@)?([^\/]+?)[\/:](.+?)\.git$/;
var rRepoURL = /^(?:(?:git|https?|git\+https|git\+ssh):\/\/)?(?:[^@]+@)?([^\/]+?)[\/:](.+?)\.git$/; // eslint-disable-line no-useless-escape
var rGithubPage = /\.github\.(io|com)$/;

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

{
"name": "hexo-deployer-git",
"version": "0.3.1",
"version": "1.0.0",
"description": "Git deployer plugin of Hexo.",

@@ -8,3 +8,2 @@ "main": "index",

"eslint": "eslint .",
"jscs": "jscs .",
"test": "mocha test/index.js",

@@ -16,2 +15,6 @@ "test-cov": "istanbul cover --print both _mocha -- test/index.js"

},
"files": [
"lib/",
"index.js"
],
"repository": "hexojs/hexo-deployer-git",

@@ -28,22 +31,20 @@ "homepage": "https://hexo.io/",

"Abner Chou <hi@abnerchou.me> (http://abnerchou.me)"
],
],
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.12.0",
"eslint-config-hexo": "^1.0.3",
"chai": "^4.2.0",
"eslint": "^5.6.1",
"eslint-config-hexo": "^3.0.0",
"istanbul": "^0.4.3",
"jscs": "^3.0.4",
"jscs-preset-hexo": "^1.0.1",
"mocha": "^2.5.3"
"mocha": "^5.2.0"
},
"dependencies": {
"babel-eslint": "^10.0.1",
"bluebird": "^3.5.0",
"chalk": "^1.1.3",
"hexo-fs": "^0.2.0",
"chalk": "^2.4.1",
"hexo-fs": "^1.0.0",
"hexo-util": "^0.6.0",
"moment": "^2.18.0",
"swig": "^1.4.2",
"babel-eslint": "^7.2.1"
"swig-templates": "^2.0.2"
}
}

@@ -7,2 +7,5 @@ # hexo-deployer-git

## Notice: Fatal HttpRequestException Error on pushing to GitHub?
Update [Git for Windows](https://github.com/git-for-windows/git/releases) to the latest version. ([Details](https://github.com/Microsoft/Git-Credential-Manager-for-Windows#notice-experiencing-github-pushfetch-problems))
## Installation

@@ -14,7 +17,2 @@

If you want to use the latest features of hexo-deployer-git, you may install it from github,
``` bash
$ npm install git+git@github.com:hexojs/hexo-deployer-git.git --save
```
## Options

@@ -106,2 +104,2 @@

[Hexo]: http://hexo.io/
[Hexo]: https://hexo.io/
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc