Socket
Socket
Sign inDemoInstall

makeconf

Package Overview
Dependencies
97
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.4.1

test/cwd-spec.js

13

package.json
{
"name": "makeconf",
"version": "1.4.0",
"version": "1.4.1",
"description": "An interactive local config generator for better team coordination.",
"main": "index.js",
"engine": "node 4.0.0",
"engineStrict": true,
"engines": {
"node": ">=4.0.0"
},
"bin": {

@@ -12,2 +15,3 @@ "makeconf": "bin/makeconf"

"scripts": {
"test": "node node_modules/mocha/bin/mocha",
"lint": "node node_modules/eslint/bin/eslint.js index.js lib",

@@ -38,4 +42,7 @@ "prepublish": "npm run lint"

"devDependencies": {
"eslint": "^1.4.1"
"chai": "^3.2.0",
"eslint": "^1.4.1",
"mocha": "^2.3.2",
"sinon": "^1.16.1"
}
}

@@ -29,8 +29,2 @@ makeconf

or
```
$ npm install makeconf --save-dev
```
## Usage

@@ -72,10 +66,2 @@

or
```
$ node_modules/makeconf/bin/makeconf
```
if you installed makeconf locally.
## License

@@ -82,0 +68,0 @@

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