Socket
Socket
Sign inDemoInstall

dnm-font-manager

Package Overview
Dependencies
1
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.3 to 0.4.4

2

dist/main.js

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc