larvitcms
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -313,7 +313,7 @@ 'use strict'; | ||
if (options.langs[lang].slug) { | ||
options.langs[lang].slug = slugify(options.langs[lang].slug, {'save': '/'}); | ||
options.langs[lang].slug = slugify(options.langs[lang].slug, {'save': '_'}); | ||
} | ||
if ( ! options.langs[lang].slug) { | ||
options.langs[lang].slug = slugify(options.langs[lang].htmlTitle); | ||
options.langs[lang].slug = slugify(options.langs[lang].htmlTitle, {'save': '_'}); | ||
} | ||
@@ -320,0 +320,0 @@ |
{ | ||
"name": "larvitcms", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Simple blog module with admin GUI for larvitadmingui", | ||
@@ -5,0 +5,0 @@ "author": { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance 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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
3
39261
28
824