Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.9 to 0.2.10

3

CHANGELOG.md

@@ -0,1 +1,4 @@

### 0.2.10
* Replace node-runforcover with good ol' node-jscoverage
### 0.2.9

@@ -2,0 +5,0 @@ * Make coverage target work by using cliffano/vows with cliffano/node-runforcover

2

conf/robot.json

@@ -7,3 +7,3 @@ {

"lintstrict": {
"opts": "--xml-reporter"
"opts": "--reporter=xml"
},

@@ -10,0 +10,0 @@ "lint": {

{
"name": "bob",
"description": "A minimalistic build tool for Node.js projects.",
"keywords": [
"build",
"nodelint",
"jshint",
"jscheckstyle",
"vows",
"runforcover",
"deploy",
"make"
],
"version": "0.2.9",
"homepage": "http://github.com/cliffano/bob",
"author": "Cliffano Subagio <blah@cliffano.com> (http://blog.cliffano.com)",
"bin": {
"bob": "./bin/bob",
"charlotte": "./bin/charlotte"
},
"repository": {
"type": "git",
"url": "http://github.com/cliffano/bob.git"
},
"bugs": {
"url": "http://github.com/cliffano/bob/issues"
},
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"dependencies": {
"dateformat": "1.0.2-1.2.3",
"jquery": "1.6.3",
"nomnom": "1.0.0",
"underscore": "1.1.7"
},
"devDependencies": {
"sandboxed-module": "0.1.1",
"vows": "0.5.9"
},
"engines": {
"node": ">= 0.4.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/cliffano/bob/raw/master/LICENSE"
}
]
}
"name": "bob",
"description": "A minimalistic build tool for Node.js projects.",
"keywords": [
"build",
"nodelint",
"jshint",
"jscheckstyle",
"vows",
"runforcover",
"deploy",
"make"
],
"version": "0.2.10",
"homepage": "http://github.com/cliffano/bob",
"author": "Cliffano Subagio <blah@cliffano.com> (http://blog.cliffano.com)",
"bin": {
"bob": "./bin/bob",
"charlotte": "./bin/charlotte"
},
"repository": {
"type": "git",
"url": "http://github.com/cliffano/bob.git"
},
"bugs": {
"url": "http://github.com/cliffano/bob/issues"
},
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"dependencies": {
"dateformat": "1.0.2-1.2.3",
"jquery": "1.6.3",
"nomnom": "1.0.0",
"underscore": "1.1.7"
},
"devDependencies": {
"sandboxed-module": "0.1.1",
"vows": "0.5.9"
},
"engines": {
"node": ">= 0.4.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/cliffano/bob/raw/master/LICENSE"
}
]
}

@@ -9,3 +9,3 @@ Bob

Bob provides common build targets (clean, style, lint, test, cover, package, deploy, stop, start, status, restart) for Node.js libs/apps. It essentially allows multiple projects to use the same Makefile stored in a global node_modules. Bob requires bash shell.
Bob provides common build targets (clean, style, lint, test, coverage, package, deploy, stop, start, status, restart) for Node.js libs/apps. It essentially allows multiple projects to use the same Makefile stored in a global node_modules. Bob requires bash shell.

@@ -12,0 +12,0 @@ Installation

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