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

devcert-sanscache

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devcert-sanscache - npm Package Compare versions

Comparing version 0.4.6 to 0.4.7

2

lib/index.js

@@ -10,3 +10,3 @@ "use strict";

throw new Error('Unable to find openssl - make sure it is installed and available in your PATH');
if (!commonName.match(/^(.|\.){1,64}$/))
if (!commonName.match(/^(a-zA-Z0-9|\.){1,64}$/))
throw new Error(`Invalid Common Name ${commonName}.`);

@@ -13,0 +13,0 @@ try {

{
"name": "devcert-sanscache",
"version": "0.4.6",
"version": "0.4.7",
"description": "Generate trusted local SSL/TLS certificates for local SSL development",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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