Socket
Socket
Sign inDemoInstall

jake

Package Overview
Dependencies
Maintainers
1
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jake - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

12

lib/test_task.js

@@ -67,2 +67,10 @@ /*

/**
@name jake.TestTask#showDescription
@public
@type {Boolean}
@description Show the created task when doing Jake -T
*/
this.showDescription = true;
if (typeof definition == 'function') {

@@ -72,3 +80,5 @@ definition.call(this);

desc('Run the tests for ' + name);
if (this.showDescription) {
desc('Run the tests for ' + name);
}
task(this.testName, function () {

@@ -75,0 +85,0 @@ var t = jake.Task[self.testName + ':run'];

2

package.json

@@ -10,3 +10,3 @@ {

],
"version": "0.3.3",
"version": "0.3.4",
"author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)",

@@ -13,0 +13,0 @@ "bin": {

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