localhost-cert
Advanced tools
@@ -34,3 +34,3 @@ const forge = require('node-forge'); | ||
| name: 'organizationName', | ||
| value: 'localhost-https', | ||
| value: 'localhost-cert', | ||
| }, | ||
@@ -93,3 +93,3 @@ { | ||
| name: 'organizationName', | ||
| value: 'localhost-https', | ||
| value: 'localhost-cert', | ||
| }, | ||
@@ -96,0 +96,0 @@ { |
+8
-2
| { | ||
| "name": "localhost-cert", | ||
| "version": "1.0.13", | ||
| "version": "1.0.14", | ||
| "main": "index.js", | ||
@@ -9,3 +9,3 @@ "scripts": { | ||
| "bin": { | ||
| "cra-https": "bin/cra-https.js" | ||
| "cra-cert": "bin/cra-cert.js" | ||
| }, | ||
@@ -30,2 +30,8 @@ "repository": { | ||
| "localhost-certificate", | ||
| "localhost-cert", | ||
| "localhost https", | ||
| "localhost ssl", | ||
| "localhost tls", | ||
| "localhost certificate", | ||
| "localhost cert", | ||
| "localhost-https", | ||
@@ -32,0 +38,0 @@ "localhost-ssl", |
+3
-3
@@ -30,3 +30,3 @@ | ||
| ```bash | ||
| npm install localhost-https --save-dev | ||
| npm install localhost-cert --save-dev | ||
| ``` | ||
@@ -37,3 +37,3 @@ | ||
| ```javascript | ||
| const getHttps = require('localhost-https'); | ||
| const getHttps = require('localhost-cert'); | ||
@@ -50,3 +50,3 @@ // webpack config | ||
| // vite config | ||
| const getHttps = require('localhost-https'); | ||
| const getHttps = require('localhost-cert'); | ||
| export default defineConfig({ | ||
@@ -53,0 +53,0 @@ server: { |
+3
-3
@@ -25,3 +25,3 @@ # Localhost Cert / Localhost Https | ||
| ```bash | ||
| npm install localhost-https --save-dev | ||
| npm install localhost-cert --save-dev | ||
| ``` | ||
@@ -32,3 +32,3 @@ | ||
| ```javascript | ||
| const getHttps = require('localhost-https'); | ||
| const getHttps = require('localhost-cert'); | ||
@@ -45,3 +45,3 @@ // webpack config | ||
| // vite config | ||
| const getHttps = require('localhost-https'); | ||
| const getHttps = require('localhost-cert'); | ||
| export default defineConfig({ | ||
@@ -48,0 +48,0 @@ server: { |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
3
-25%25782
-2.03%