Socket
Socket
Sign inDemoInstall

google-font-installer

Package Overview
Dependencies
25
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

57

package.json
{
"name": "google-font-installer",
"version": "1.0.0",
"description": "Download and install Google Web Fonts on your local machine",
"author": "Lorenzo Zottar <lordgiotto@gmail.com>",
"main": "./lib/google-font-list.js",
"bin": {
"gfi": "./cli.js"
},
"repository":
{
"type": "git",
"url": "https://github.com/lordgiotto/google-font-installer"
},
"bugs": {
"url" : "https://github.com/lordgiotto/google-font-installer/issues"
},
"license": "MIT",
"keywords" : ["google", "font", "download", "install", "cli"],
"dependencies": {
"async": "^1.5.2",
"colors": "^1.1.2",
"commander": "^2.9.0",
"file-type": "^3.6.0",
"mv": "^2.1.1",
"pascal-case": "^1.1.2"
}
"name": "google-font-installer",
"version": "1.0.1",
"description": "Download and install Google Web Fonts on your local machine",
"author": "Lorenzo Zottar <lordgiotto@gmail.com>",
"main": "./lib/google-font-list.js",
"bin": {
"gfi": "./cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/lordgiotto/google-font-installer"
},
"bugs": {
"url": "https://github.com/lordgiotto/google-font-installer/issues"
},
"license": "MIT",
"keywords": [
"google",
"font",
"download",
"install",
"cli"
],
"dependencies": {
"async": "^1.5.2",
"colors": "^1.1.2",
"commander": "^2.9.0",
"file-type": "^3.6.0",
"mv": "^2.1.1",
"pascal-case": "^1.1.2"
}
}

@@ -96,3 +96,3 @@ Google Font Installer

```js
var GooglFontList = require('google-font-installer');
var GoogleFontList = require('google-font-installer');
```

@@ -244,5 +244,5 @@

- result [Array] An Array containing one object for each installed file, with the following properties:
- _family_: the downloaded font family
- _variant_: the downloaded variant
- _path_: the path of the downloaded file
- _family_: the installed font family
- _variant_: the installed variant
- _path_: the path of the installed file

@@ -249,0 +249,0 @@ Install specified variants of the font. The destination folder depends on the platform used:

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc