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

larvitcms

Package Overview
Dependencies
Maintainers
3
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

larvitcms - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

4

dataWriter.js

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

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