New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bob

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bob - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

.npmignore

6

CHANGELOG.md

@@ -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 @@ },

7

package.json

@@ -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

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