Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nlo/frontend-common

Package Overview
Dependencies
Maintainers
5
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nlo/frontend-common - npm Package Compare versions

Comparing version 1.0.1-alpha.314 to 1.0.1

4

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