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.4.2 to 0.4.3

5

CHANGELOG.md

@@ -1,2 +0,5 @@

### 0.4.2 (SNAPSHOT)
### 0.4.3 (SNAPSHOT)
* Add mocha test option
### 0.4.2
* Fix broken ssh-* targets

@@ -3,0 +6,0 @@

@@ -28,3 +28,4 @@ {

"BOB_TEST_BIN": {
"default": "node_modules/vows/bin/vows"
"default": "node_modules/vows/bin/vows",
"mocha": "node_modules/mocha/bin/mocha"
},

@@ -35,2 +36,4 @@ "BOB_TEST_FILES": {

"BOB_TEST_OPTS": {
"default": "--spec",
"mocha": "--reporter spec"
},

@@ -41,3 +44,4 @@ "BOB_COVERAGE_BIN": {

"BOB_COVERAGE_TESTBIN": {
"default": "node_modules/vows/bin/vows"
"default": "node_modules/vows/bin/vows",
"mocha": "node_modules/mocha/bin/mocha"
},

@@ -48,2 +52,4 @@ "BOB_COVERAGE_FILES": {

"BOB_COVERAGE_OPTS": {
"default": "--silent --cover-plain",
"mocha": "--reporter html-cov"
},

@@ -50,0 +56,0 @@ "BOB_DOC_BIN": {

2

conf/mode/human.json

@@ -13,8 +13,6 @@ {

"test": {
"opts": "--spec"
},
"coverage": {
"opts": "--silent --cover-plain"
}
}
}

@@ -13,3 +13,3 @@ {

],
"version": "0.4.2",
"version": "0.4.3",
"homepage": "http://github.com/cliffano/bob",

@@ -38,2 +38,3 @@ "author": "Cliffano Subagio <blah@cliffano.com> (http://blog.cliffano.com)",

"jshint": "0.5.7",
"mocha": "1.0.3",
"ndoc": "1.0.7",

@@ -40,0 +41,0 @@ "nodelint": "0.5.2",

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