Comparing version 0.3.1 to 0.3.2
@@ -0,1 +1,7 @@ | ||
### 0.3.2 | ||
* Send target no longer creates base directory | ||
* Add ftp type support for deploy target | ||
* Remove send target, add deploy-unpack target | ||
* Change vows dependency to cloudhead/vows master now that --cover-xml pull request is merged | ||
### 0.3.1 | ||
@@ -2,0 +8,0 @@ * Coverage target no longer requires global node-jscoverage |
@@ -51,2 +51,3 @@ { | ||
"BOB_DEPLOY_USER": { | ||
"default": "anonymous" | ||
}, | ||
@@ -58,4 +59,20 @@ "BOB_DEPLOY_KEY": { | ||
"BOB_DEPLOY_PORT": { | ||
"default": "22", | ||
"ftp": "21" | ||
}, | ||
"BOB_DEPLOY_DIR": { | ||
"default": ".", | ||
"ftp": "/" | ||
}, | ||
"BOB_DEPLOY_BIN": { | ||
"default": "scp", | ||
"ftp": "ncftpput" | ||
}, | ||
"BOB_DEPLOY_OPTS": { | ||
"default": "-i $(BOB_DEPLOY_KEY) -P $(BOB_DEPLOY_PORT)", | ||
"ftp": "-f $(BOB_DEPLOY_KEY) -u $(BOB_DEPLOY_USER) -P $(BOB_DEPLOY_PORT)" | ||
}, | ||
"BOB_DEPLOY_FILES": { | ||
"default": "$(ARTIFACT_DIR)/* $(BOB_DEPLOY_USER)@$(BOB_DEPLOY_HOST):$(BOB_DEPLOY_DIR)", | ||
"ftp": "$(BOB_DEPLOY_DIR) $(ARTIFACT_DIR)/$(FULLNAME).tar.gz" | ||
} | ||
@@ -62,0 +79,0 @@ }, |
@@ -13,3 +13,3 @@ { | ||
], | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"homepage": "http://github.com/cliffano/bob", | ||
@@ -45,7 +45,6 @@ "author": "Cliffano Subagio <blah@cliffano.com> (http://blog.cliffano.com)", | ||
"underscore": "1.2.2", | ||
"vows": "http://nodeload.github.com/cliffano/vows/tarball/master" | ||
"vows": "http://nodeload.github.com/cloudhead/vows/tarball/master" | ||
}, | ||
"devDependencies": { | ||
"sandboxed-module": "0.1.2", | ||
"vows": "0.5.9" | ||
"sandboxed-module": "0.1.2" | ||
}, | ||
@@ -52,0 +51,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 1 instance in 1 package
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 1 instance in 1 package
23840
1
381