loopback-ssl
Advanced tools
Comparing version 0.0.9 to 1.0.0
@@ -32,16 +32,2 @@ 'use strict'; | ||
gulp.task('lint', function() { | ||
var hasFixFlag = (process.argv.slice(2).indexOf('--fix') >= 0); | ||
return gulp.src([ | ||
'index.js', | ||
'lib/**/*.js', | ||
'!node_modules/**']) | ||
.pipe(eslint({ | ||
fix: hasFixFlag | ||
})) | ||
.pipe(eslint.format()) | ||
.pipe(gulpIf(isFixed, gulp.dest('./.fixtures'))) | ||
.pipe(eslint.failAfterError()); | ||
}); | ||
gulp.task('test', function (cb) { | ||
@@ -76,3 +62,2 @@ gulp.src([ | ||
'test', | ||
'lint', | ||
'shrinkwrap', | ||
@@ -79,0 +64,0 @@ 'nsp', |
{ | ||
"name": "loopback-ssl", | ||
"version": "0.0.9", | ||
"version": "1.0.0", | ||
"description": "Node module to enable HTTPS/SSL in a loopback application with simple configurations. The module in addition enables trusted peer authentication.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha test" | ||
"test": "mocha test", | ||
"lint": "eslint ." | ||
}, | ||
@@ -30,6 +31,5 @@ "repository": { | ||
"chai": "3.5.0", | ||
"codacy-coverage": "2.0.0", | ||
"codacy-coverage": "2.0.1", | ||
"compression": "1.6.2", | ||
"cors": "2.8.1", | ||
"eslint-config-loopback": "4.0.0", | ||
"gulp": "3.9.1", | ||
@@ -39,7 +39,7 @@ "gulp-codacy": "1.0.0", | ||
"gulp-exit": "0.0.2", | ||
"gulp-if": "2.0.1", | ||
"gulp-istanbul": "1.0.0", | ||
"gulp-mocha": "2.2.0", | ||
"gulp-if": "2.0.2", | ||
"gulp-istanbul": "1.1.1", | ||
"gulp-mocha": "4.1.0", | ||
"gulp-nsp": "2.4.2", | ||
"gulp-shrinkwrap": "2.0.1", | ||
"gulp-shrinkwrap": "2.0.3", | ||
"helmet": "1.3.0", | ||
@@ -51,8 +51,9 @@ "loopback": "2.36.0", | ||
"loopback-testing": "1.4.0", | ||
"mocha": "3.1.2", | ||
"mocha-lcov-reporter": "1.2.0", | ||
"mocha": "3.2.0", | ||
"mocha-lcov-reporter": "1.3.0", | ||
"serve-favicon": "2.0.1", | ||
"shrinkwrap": "0.4.0", | ||
"tape": "4.6.2" | ||
} | ||
} | ||
}, | ||
"dependencies": {} | ||
} |
@@ -106,3 +106,3 @@ # loopback-ssl | ||
```js | ||
"httpMode": flase, | ||
"httpMode": false, | ||
"certConfig": { | ||
@@ -109,0 +109,0 @@ "path": "/certificate/path/", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
24
0
26308
42
571