Socket
Socket
Sign inDemoInstall

dnm-font-manager

Package Overview
Dependencies
10
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.11 to 0.5.12

4

dist/main.js

@@ -524,7 +524,7 @@ 'use strict';

if (style) {
style.forEach(function (new_style, index) {
style.forEach(function (new_style) {
var return_font = {
family: family,
style: new_style,
postscriptName: postscriptName ? postscriptName[index] : null
postscriptName: postscriptNames[new_style]
};

@@ -531,0 +531,0 @@ if (files[new_style]) {

{
"name": "dnm-font-manager",
"version": "0.5.11",
"version": "0.5.12",
"description": "Search system fonts with family and style using pure JavaScript, forked from rBurgett/system-font-families",

@@ -5,0 +5,0 @@ "main": "dist/main.js",

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