@nlo/frontend-common
Advanced tools
Comparing version 1.0.1-alpha.314 to 1.0.1
{ | ||
"name": "@nlo/frontend-common", | ||
"version": "1.0.1-alpha.314+4fa5e93", | ||
"version": "1.0.1", | ||
"description": "Collection of utilities for creating consistent front-ends between verticals", | ||
@@ -45,3 +45,3 @@ "main": "dist/index.umd.js", | ||
}, | ||
"gitHead": "4fa5e93d85cda7be2c929caa5998a03d7563482f" | ||
"gitHead": "1eb01711b02cb46f86c0a36d0365ed01c746e03b" | ||
} |
@@ -12,5 +12,5 @@ # Common package for Nuxt3 front-end websites of NLO | ||
Allowing local certificate: `export NODE_TLS_REJECT_UNAUTHORIZED=0` (add this before the nuxt dev command) | ||
Tell Nuxt what certificates to use: `--https --ssl-cert secrets/server-cert.pem --ssl-key secrets/server-key.pem` (add this after the nuxt dev command) | ||
Tell Nuxt what certificates to use: `--https --ssl-cert secrets/key.cert --ssl-key secrets/key.pem` (add this after the nuxt dev command) | ||
Full command example: | ||
`export NODE_TLS_REJECT_UNAUTHORIZED=0 && nuxt dev --port 3010 --https --ssl-cert secrets/server-cert.pem --ssl-key secrets/server-key.pem` | ||
`export NODE_TLS_REJECT_UNAUTHORIZED=0 && nuxt dev --port 3010 --https --ssl-cert secrets/key.cert --ssl-key secrets/key.pem` |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
0
4102