dnm-font-manager
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -137,3 +137,3 @@ 'use strict'; | ||
var winDir = process.env.windir || process.env.WINDIR; | ||
directories = [].concat(_toConsumableArray(directories), [_path2.default.join(winDir, 'Fonts')]); | ||
directories = [].concat(_toConsumableArray(directories), [_path2.default.join(_path2.default.resolve(process.env.APPDATA, ".."), 'Local', 'Microsoft', 'Windows', 'Fonts'), _path2.default.join(winDir, 'Fonts')]); | ||
} else { | ||
@@ -140,0 +140,0 @@ // some flavor of Linux, most likely |
{ | ||
"name": "dnm-font-manager", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "Search system fonts with family and style using pure JavaScript, forked from rBurgett/system-font-families", | ||
@@ -11,3 +11,5 @@ "main": "dist/main.js", | ||
"watch": "babel src --watch --out-dir dist", | ||
"test": "mocha --compilers js:babel-register" | ||
"test": "mocha --compilers js:babel-register", | ||
"git": "npm run build && git add . && git commit -m", | ||
"postgit": "git push" | ||
}, | ||
@@ -14,0 +16,0 @@ "repository": { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
28183
4
6
2