New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@small-tech/auto-encrypt-localhost

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@small-tech/auto-encrypt-localhost - npm Package Compare versions

Comparing version 5.1.1 to 5.1.2

8

CHANGELOG.md

@@ -12,2 +12,8 @@ # Changelog

## [5.1.2] - 2020-06-16
### Fixed
- Minor: Fix extraneous newlines in log statements.
## [5.1.1] - 2020-06-15

@@ -17,3 +23,3 @@

- Log output now matches format of Site.js.
- Minor: Log output now matches format of Site.js.

@@ -20,0 +26,0 @@ ## [5.1.0] - 2020-04-16

4

index.js

@@ -77,3 +77,3 @@ /**

if (!allOK()) {
log('\n 📜 ❨auto-encrypt-localhost❩ Setting up…')
log(' 📜 ❨auto-encrypt-localhost❩ Setting up…')

@@ -115,3 +115,3 @@ // On Linux and on macOS, mkcert uses the Mozilla nss library.

} else {
log('\n 📜 ❨auto-encrypt-localhost❩ Local development TLS certificate exists.')
log(' 📜 ❨auto-encrypt-localhost❩ Local development TLS certificate exists.')
}

@@ -118,0 +118,0 @@

{
"name": "@small-tech/auto-encrypt-localhost",
"version": "5.1.1",
"version": "5.1.2",
"description": "Automatically provisions and installs locally-trusted TLS certificates for Node.js https servers (including Express.js, etc.) using mkcert.",

@@ -5,0 +5,0 @@ "keywords": [

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