ssl-express-www
Advanced tools
Comparing version 3.0.10 to 3.2.1
{ | ||
"name": "ssl-express-www", | ||
"version": "3.0.10", | ||
"version": "3.2.1", | ||
"description": "Redirecting HTTP to HTTPS. It forces SSL (HTTPS) when HTTP is required using Express (Nodejs) and remove www and trailing slash on your domain.", | ||
@@ -10,5 +10,5 @@ "main": "index.js", | ||
"build": "rm -rf lib dist && yarn lib && yarn dist", | ||
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\"", | ||
"test": "./node_modules/.bin/mocha specs/**/*.spec.js --require babel-register", | ||
"test-watch": "yarn test -- --watch || ECHO.", | ||
"gen:contributors": "githubcontrib --owner brunomacedo --repo ssl-express-www --sortBy contributions --sortOrder desc --filter brunomacedo,dependabot[bot] --layoutStrategy $INIT_CWD/.github/contributors-list/layout-strategy-custom.js" | ||
"test-watch": "yarn test -- --watch || ECHO." | ||
}, | ||
@@ -47,5 +47,2 @@ "keywords": [ | ||
"license": "MIT", | ||
"publishConfig": { | ||
"@brunomacedo:registry": "https://npm.pkg.github.com" | ||
}, | ||
"devDependencies": { | ||
@@ -67,4 +64,3 @@ "babel-cli": "^6.26.0", | ||
"eslint-plugin-react": "^7.5.1", | ||
"github-contributors-list": "^1.2.5", | ||
"mocha": "^4.1.0", | ||
"mocha": "^10.2.0", | ||
"rimraf": "^2.6.2", | ||
@@ -71,0 +67,0 @@ "sinon": "^11.1.1" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18
5516