Socket
Socket
Sign inDemoInstall

jsonresume-theme-timeline

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonresume-theme-timeline - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

9

index.js

@@ -6,2 +6,3 @@

var Mustache = require('mustache');
var gravatar = require('gravatar');
function render (resume) {

@@ -14,3 +15,9 @@

var template = fs.readFileSync(path.resolve(__dirname, 'index.html'), 'utf8');
if(resume.bio && resume.bio.email && resume.bio.email.personal) {
resume.bio.gravatar = gravatar.url(resume.bio.email.personal, {
s: '100',
r: 'pg',
d: 'mm'
});
}
var html = Mustache.render(template, {resume:resume, csscustom:csscustom, cssbootstrap: cssbootstrap, cssdark:cssdark} );

@@ -17,0 +24,0 @@ return html;

3

package.json
{
"name": "jsonresume-theme-timeline",
"version": "0.0.2",
"version": "0.0.3",
"description": "",

@@ -12,2 +12,3 @@ "main": "index.js",

"dependencies": {
"gravatar": "^1.0.6",
"lodash": "^2.4.1",

@@ -14,0 +15,0 @@ "mustache": "^0.8.2",

Sorry, the diff of this file is not supported yet

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