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.2.6 to 0.2.7

9

lib/npm_publish_task.js

@@ -96,8 +96,5 @@ /*

task('cleanup', function () {
jake.exec('rm -fr ./pkg', function () {
console.log('Cleaned up package');
complete();
});
}, {async: true});
task('cleanup', ['clobber'], function () {
console.log('Cleaned up package');
});

@@ -104,0 +101,0 @@ });

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

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

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