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.27 to 0.2.28

2

lib/utils/file.js

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

try {
fs.mkdirSync(targetDir, opts.mode || 0755);
fs.mkdirSync(targetDir, options.mode || 0755);
}

@@ -47,0 +47,0 @@ catch(e) {

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

],
"version": "0.2.27",
"version": "0.2.28",
"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