Socket
Socket
Sign inDemoInstall

jake

Package Overview
Dependencies
0
Maintainers
1
Versions
166
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.20 to 0.1.21

lib/utils.js

3

bin/cli.js

@@ -25,2 +25,3 @@ #!/usr/bin/env node

, api = require(libPath + '/api.js')
, utils = require(libPath + '/utils.js')
, Program = require(libPath + '/program.js').Program

@@ -53,2 +54,4 @@ , program = new Program()

jake.exec = utils.exec;
// Get convenient refs to FileList, PackageTask

@@ -55,0 +58,0 @@ jake.FileList = require(libPath + '/file_list').FileList

@@ -18,2 +18,3 @@ /*

*/
var exec = require('child_process').exec;

@@ -20,0 +21,0 @@ var api = new (function () {

2

lib/file_list.js

@@ -92,3 +92,3 @@ /*

fail('FileList requires minimatch ' +
'(https://github.com/isaacs/minimatch). Try `npm install minimatch`.');
'(https://github.com/isaacs/minimatch). Try `npm install -g minimatch`.');
}

@@ -95,0 +95,0 @@ }

{ "name": "jake"
, "version": "0.1.20"
, "version": "0.1.21"
, "author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)"

@@ -4,0 +4,0 @@ , "bin": { "jake": "./bin/cli.js" }

@@ -15,7 +15,7 @@ ### Jake -- JavaScript build tool for Node.js

### Installing with [npm](http://npmjs.org/)
### Installing with [NPM](http://npmjs.org/)
npm install jake
npm install -g jake
Or, get the code, and `npm link` in the code root.
Note that Jake is a system-level tool, and wants to be installed globally.

@@ -22,0 +22,0 @@ ### Installing on Windows

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc