Socket
Socket
Sign inDemoInstall

ava-init

Package Overview
Dependencies
45
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

11

index.js

@@ -39,5 +39,3 @@ 'use strict';

return pify(childProcess.exec, Promise)('npm install --save-dev ava', {
cwd: path.dirname(pkgPath)
}).then(function () {
var post = function () {
// for personal use

@@ -49,3 +47,8 @@ if (cli.indexOf('--unicorn') !== -1) {

}
});
};
return opts.skipInstall ? Promise.resolve(post) :
pify(childProcess.exec, Promise)('npm install --save-dev ava', {
cwd: path.dirname(pkgPath)
}).then(post);
};
{
"name": "ava-init",
"version": "0.1.2",
"version": "0.1.3",
"description": "Add AVA to your project",

@@ -37,3 +37,3 @@ "license": "MIT",

"pify": "^2.0.0",
"pinkie-promise": "^1.0.0",
"pinkie-promise": "^2.0.0",
"read-pkg-up": "^1.0.1",

@@ -46,5 +46,5 @@ "the-argv": "^1.0.0",

"dot-prop": "^2.2.0",
"temp-write": "^1.1.2",
"temp-write": "^2.0.1",
"xo": "*"
}
}
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