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

jsonresume-theme-flat

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonresume-theme-flat - npm Package Compare versions

Comparing version 0.2.2 to 0.2.4

4

index.js

@@ -25,1 +25,5 @@ var fs = require("fs");

});
Handlebars.registerHelper("nl2br", function(value) {
return value.replace(/\n/g, "</p><p>");
});

2

package.json
{
"name": "jsonresume-theme-flat",
"version": "0.2.2",
"version": "0.2.4",
"description": "A theme for jsonresume.org",

@@ -5,0 +5,0 @@ "author": "Mattias Erming",

@@ -16,3 +16,3 @@ //

var port = 8080;
http.createServer(function(req, res) {
http.createServer(function(req, res) {
res.writeHead(200, {"Content-Type": "text/html"});

@@ -22,5 +22,5 @@ res.end(render());

console.log("Serving theme");
console.log("Preview: http://localhost:8080/");
console.log("Serving..");
function render() {

@@ -27,0 +27,0 @@ try {

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