hackmyresume
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -11,3 +11,3 @@ | ||
HMSTATUS = require('hackmycore/dist/core/status-codes'); | ||
HMSTATUS = require('../hmc/dist/core/status-codes'); | ||
@@ -18,3 +18,3 @@ PKG = require('../../package.json'); | ||
FCMD = require('hackmycore'); | ||
FCMD = require('../hmc'); | ||
@@ -25,3 +25,3 @@ PATH = require('path'); | ||
M2C = require('hackmycore/dist/utils/md2chalk.js'); | ||
M2C = require('../hmc/dist/utils/md2chalk.js'); | ||
@@ -36,3 +36,3 @@ chalk = require('chalk'); | ||
SyntaxErrorEx = require('hackmycore/dist/utils/syntax-error-ex'); | ||
SyntaxErrorEx = require('../hmc/dist/utils/syntax-error-ex'); | ||
@@ -39,0 +39,0 @@ require('string.prototype.startswith'); |
@@ -11,3 +11,3 @@ | ||
HMR = require('hackmycore'); | ||
HMR = require('../hmc'); | ||
@@ -24,9 +24,9 @@ PKG = require('../../package.json'); | ||
HMSTATUS = require('hackmycore/dist/core/status-codes'); | ||
HMSTATUS = require('../hmc/dist/core/status-codes'); | ||
HME = require('hackmycore/dist/core/event-codes'); | ||
HME = require('../hmc/dist/core/event-codes'); | ||
safeLoadJSON = require('hackmycore/dist/utils/safe-json-loader'); | ||
safeLoadJSON = require('../hmc/dist/utils/safe-json-loader'); | ||
StringUtils = require('hackmycore/dist/utils/string.js'); | ||
StringUtils = require('../hmc/dist/utils/string.js'); | ||
@@ -33,0 +33,0 @@ _ = require('underscore'); |
@@ -13,9 +13,9 @@ | ||
HME = require('hackmycore/dist/core/event-codes'); | ||
HME = require('../hmc/dist/core/event-codes'); | ||
_ = require('underscore'); | ||
Class = require('hackmycore/dist/utils/class.js'); | ||
Class = require('../hmc/dist/utils/class.js'); | ||
M2C = require('hackmycore/dist/utils/md2chalk.js'); | ||
M2C = require('../hmc/dist/utils/md2chalk.js'); | ||
@@ -46,3 +46,3 @@ PATH = require('path'); | ||
this.opts = EXTEND(true, this.opts || {}, opts); | ||
return this.msgs = YAML.load(PATH.join(__dirname, 'msg.yml')).events; | ||
this.msgs = YAML.load(PATH.join(__dirname, 'msg.yml')).events; | ||
}, | ||
@@ -115,3 +115,3 @@ log: function(msg) { | ||
rawTpl = FS.readFileSync(PATH.join(__dirname, 'analyze.hbs'), 'utf8'); | ||
HANDLEBARS.registerHelper(require('hackmycore/dist/helpers/console-helpers')); | ||
HANDLEBARS.registerHelper(require('../hmc/dist/helpers/console-helpers')); | ||
template = HANDLEBARS.compile(rawTpl, { | ||
@@ -118,0 +118,0 @@ strict: false, |
{ | ||
"name": "hackmyresume", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "Generate polished résumés and CVs in HTML, Markdown, LaTeX, MS Word, PDF, plain text, JSON, XML, YAML, smoke signal, and carrier pigeon.", | ||
@@ -55,10 +55,27 @@ "repository": { | ||
"fresca": "~0.6.0", | ||
"hackmycore": "^0.4.0", | ||
"fresh-jrs-converter": "^0.2.0", | ||
"fresh-resume-starter": "^0.2.2", | ||
"fresh-themes": "^0.14.0-beta", | ||
"fs-extra": "^0.26.4", | ||
"handlebars": "^4.0.5", | ||
"html": "0.0.10", | ||
"is-my-json-valid": "^2.12.4", | ||
"json-lint": "^0.1.0", | ||
"lodash": "^3.10.1", | ||
"marked": "^0.3.5", | ||
"mkdirp": "^0.5.1", | ||
"moment": "^2.11.1", | ||
"parse-filepath": "^0.6.3", | ||
"path-exists": "^2.1.0", | ||
"printf": "^0.2.3", | ||
"recursive-readdir-sync": "^1.0.6", | ||
"simple-html-tokenizer": "^0.2.1", | ||
"slash": "^1.0.0", | ||
"string-padding": "^1.0.2", | ||
"string.prototype.endswith": "^0.2.0", | ||
"string.prototype.startswith": "^0.2.0", | ||
"traverse": "^0.6.6", | ||
"underscore": "^1.8.3", | ||
"word-wrap": "^1.1.0", | ||
"xml-escape": "^1.0.0", | ||
"yamljs": "^0.2.4" | ||
@@ -65,0 +82,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
226852
71
5359
31
25
3
+ Addedfresh-jrs-converter@^0.2.0
+ Addedfresh-resume-starter@^0.2.2
+ Addedfresh-themes@^0.14.0-beta
+ Addedfs-extra@^0.26.4
+ Addedhtml@0.0.10
+ Addedis-my-json-valid@^2.12.4
+ Addedjson-lint@^0.1.0
+ Addedmarked@^0.3.5
+ Addedmkdirp@^0.5.1
+ Addedmoment@^2.11.1
+ Addedparse-filepath@^0.6.3
+ Addedpath-exists@^2.1.0
+ Addedsimple-html-tokenizer@^0.2.1
+ Addedslash@^1.0.0
+ Addedtraverse@^0.6.6
+ Addedxml-escape@^1.0.0
+ Addedes-to-primitive@1.2.1(transitive)
+ Addedfs-extra@0.26.7(transitive)
+ Addedklaw@1.3.1(transitive)
+ Addedwhich-typed-array@1.1.15(transitive)
- Removedhackmycore@^0.4.0
- Removedes-to-primitive@1.3.0(transitive)
- Removedfs-extra@0.24.0(transitive)
- Removedhackmycore@0.4.0(transitive)
- Removedjst@0.0.13(transitive)
- Removedlocales@0.0.2(transitive)
- Removedwhich-typed-array@1.1.16(transitive)