New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

loopback-ssl

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loopback-ssl - npm Package Compare versions

Comparing version 0.0.9 to 1.0.0

15

gulpfile.js

@@ -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',

25

package.json
{
"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/",

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