Socket
Socket
Sign inDemoInstall

subterra

Package Overview
Dependencies
101
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "subterra",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Free Open-Source Lightweight Content Management System, running on Node.js and MySQL",

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

@@ -105,3 +105,3 @@ # Subterra

// Define static-file serving
app.use('/', express.static(__dirname + '/'))
app.use('/', express.static(__dirname + '/'));

@@ -116,3 +116,3 @@ // Set view engine to EJS

app.listen(process.env.PORT || 3000, () => {
console.log('Server started');
console.log('Server started');
});

@@ -245,3 +245,3 @@ ```

contentBlocks.push(`
<a href="${ host }" class="button">Bekijk video</a>
<a href="${ host }" class="button">Watch video</a>
`)

@@ -248,0 +248,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc