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

jsonresume-theme-eloquent

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonresume-theme-eloquent - npm Package Compare versions

Comparing version 0.5.1 to 0.6.0

5

lib/helpers.js

@@ -58,3 +58,8 @@ var Handlebars = require('handlebars');

return new Handlebars.SafeString(googleMaps + encodeURIComponent(fields.join(' ').replace(/\s/g, ' ')));
},
itemID: function(category, index) {
category = Handlebars.escapeExpression(category || '');
index = Handlebars.escapeExpression(index + 1 || 1);
return new Handlebars.SafeString(category + '-' + index);
}
};

2

package.json
{
"name": "jsonresume-theme-eloquent",
"version": "0.5.1",
"version": "0.6.0",
"description": "An eloquent JSON Resume theme: fluent, persuasive, for developers. This theme is a fork of the Elegant theme.",

@@ -5,0 +5,0 @@ "author": "Thibaud Colas",

@@ -42,3 +42,3 @@ jsonresume-theme-eloquent

- Main menu with links to each resume section
- Main menu
- New build system? https://github.com/remy/inliner/blob/master/inliner.js

@@ -45,0 +45,0 @@ - "Print this resume" button? http://css-tricks.com/quick-tip-making-a-print-this-page-button/

Sorry, the diff of this file is not supported yet

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