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 8.3.1 to 8.3.2

9

lib/CertificateAuthority.js

@@ -34,4 +34,8 @@ /**

if (actionTaken === this.CREATED_KEY) {
this.addToTrustStores()
this.addToPersistedTrustStores()
}
// The Node trust store is for this session only so we must add
// the Certificate Authority (CA) to it every time, not just when
// the CA is created like the system and Firefox trust stores.
this.addToNodeTrustStore()
}

@@ -51,4 +55,3 @@

addToTrustStores () {
this.addToNodeTrustStore()
addToPersistedTrustStores () {
this.addToSystemTrustStore()

@@ -55,0 +58,0 @@ this.addToFirefoxTrustStore()

{
"name": "@small-tech/auto-encrypt-localhost",
"version": "8.3.1",
"version": "8.3.2",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=18.2.0"

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