Socket
Socket
Sign inDemoInstall

ssl-express-www

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssl-express-www - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

lib/ExpressSSL.js

2

index.js

@@ -1,1 +0,1 @@

module.exports = require('./lib/index');
module.exports = require('./lib/ForceSSL');
{
"name": "ssl-express-www",
"version": "1.0.20",
"version": "1.0.21",
"description": "Force SSL (HTTPS) when HTTP is required using Express (Nodejs). Remove www and slash end on domain.",
"main": "index.js",
"scripts": {
"dist": "./node_modules/.bin/browserify source/index.js -s sslExpress -t [babelify] -p [bannerify --file .banner] -o dist/index.js",
"dist": "./node_modules/.bin/browserify source/ForceSSL.js -s sslExpress -t [babelify] -p [bannerify --file .banner] -o dist/index.js",
"lib": "./node_modules/.bin/babel source -d lib",

@@ -51,3 +51,2 @@ "build": "rimraf lib && npm run lib",

"chai": "^4.1.2",
"chai-http": "^3.0.0",
"eslint": "^4.15.0",

@@ -54,0 +53,0 @@ "eslint-config-airbnb": "^16.1.0",

@@ -44,2 +44,10 @@ # Force SSL using Express

## Solve LF replace to CRLF on Git
This command will solve the problem with linebreak replacement on `git commit`.
```prompt
git config --global core.autocrlf input
```
## Contributing

@@ -46,0 +54,0 @@

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