Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

localhost-cert

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

localhost-cert - npm Package Compare versions

Comparing version
1.0.13
to
1.0.14
+2
-2
modules/createRootCert.js

@@ -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 @@ {

{
"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",

@@ -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: {

@@ -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: {