Socket
Socket
Sign inDemoInstall

os-fonts

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

os-fonts - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

__tests__/.eslintrc

4

index.js

@@ -5,2 +5,6 @@ const path = require('path');

if (process.platform !== 'win32') {
process.env.WINDIR = '';
}
const FONT_DIRS = {

@@ -7,0 +11,0 @@ // https://support.apple.com/en-us/HT201722

24

package.json
{
"name": "os-fonts",
"version": "0.2.0",
"version": "0.3.0",
"description": "Retrieve fonts available on your OS.",

@@ -13,4 +13,4 @@ "keywords": [

"scripts": {
"lint": "eslint .",
"test": "npm run lint && ava"
"lint": "eslint index.js __tests",
"test": "npm run lint && jest --coverage"
},

@@ -25,14 +25,12 @@ "author": "Vu Tran <vu@vu-tran.com>",

"devDependencies": {
"ava": "^0.16.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^3.3.1",
"eslint-config-airbnb-base": "^5.0.3",
"babel-jest": "^16.0.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"eslint": "^3.9.0",
"eslint-config-airbnb-base": "^9.0.0",
"eslint-plugin-async": "^0.1.1",
"eslint-plugin-ava": "^3.0.0",
"eslint-plugin-import": "^1.14.0"
},
"ava": {
"babel": "inherit"
"eslint-plugin-import": "^2.0.1",
"jest": "^16.0.2"
}
}

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