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.2.20 to 0.2.21

lib/utils/file.js

10

bin/cli.js

@@ -23,8 +23,8 @@ #!/usr/bin/env node

, fs = require('fs')
, jake = require(libPath + '/jake.js')
, api = require(libPath + '/api.js')
, utils = require(libPath + '/utils.js')
, Program = require(libPath + '/program.js').Program
, jake = require(libPath + '/jake')
, api = require(libPath + '/api')
, utils = require(libPath + '/utils')
, Program = require(libPath + '/program').Program
, program = new Program()
, Loader = require(libPath + '/loader.js').Loader
, Loader = require(libPath + '/loader').Loader
, loader = new Loader()

@@ -31,0 +31,0 @@ , pkg = JSON.parse(fs.readFileSync(__dirname + '/../package.json').toString())

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

],
"version": "0.2.20",
"version": "0.2.21",
"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