Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4.1 to 0.5.0

10

assets/scripts/script.js
(function(document, saveAs, smoothScroll, downloadName) {
'use strict';
if(window.location.protocol.indexOf('http') !== -1) {
if (window.location.protocol.indexOf('http') !== -1) {
// Created before download in order to be JS-modifications-free.
var blob = new Blob(['<!doctype html>' + document.documentElement.outerHTML], {type: 'text/html;charset=utf-8'});
document.getElementsByClassName('js-download-trigger')[0].style.display = 'block';
document.getElementById('js-download').addEventListener('click', function () {
saveAs(blob, downloadName);
});
}
document.getElementById('js-download').addEventListener('click', function () {
saveAs(blob, downloadName);
});
smoothScroll.init({

@@ -15,0 +15,0 @@ speed: 300

{
"name": "jsonresume-theme-eloquent",
"version": "0.4.1",
"version": "0.5.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",

@@ -8,2 +8,4 @@ jsonresume-theme-eloquent

> See for yourself! — [Demo](http://themes.jsonresume.org/eloquent)
[![NPM](https://nodei.co/npm/jsonresume-theme-eloquent.png?downloads=true&stars=true)](https://www.npmjs.com/package/jsonresume-theme-eloquent)

@@ -21,4 +23,2 @@

> [Theme demo](http://themes.jsonresume.org/eloquent)
## Get Started

@@ -47,2 +47,4 @@

- "Print this resume" button? http://css-tricks.com/quick-tip-making-a-print-this-page-button/
- Minify HTML? https://www.npmjs.com/package/html-minifier
- Switch partials to be loaded on render, livereload without nodemon

@@ -49,0 +51,0 @@ ## LICENSE (ISC)

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

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