Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.7 to 0.3.8

test/exec.js

2

lib/npm_publish_task.js

@@ -164,2 +164,4 @@ /*

'npm:publish', 'npm:cleanup'], function () {});
jake.Task['npm:definePackage'].invoke();
};

@@ -166,0 +168,0 @@

2

lib/test_task.js

@@ -98,3 +98,3 @@ /*

re = new RegExp(pat)
re = new RegExp(pat);
testFiles = self.testFiles.toArray().filter(function (f) {

@@ -101,0 +101,0 @@ return (re).test(f);

@@ -86,3 +86,10 @@ var fs = require('fs')

, ret = [dir];
paths = fs.readdirSync(dir);
try {
paths = fs.readdirSync(dir);
}
catch (e) {
throw new Error('Could not read path ' + dir);
}
paths.forEach(function (p) {

@@ -98,2 +105,3 @@ var curr = path.join(dir, p);

});
return ret;

@@ -100,0 +108,0 @@ }

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

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

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

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