Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@drovp/font-generator

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@drovp/font-generator - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

4

dist/index.js

@@ -5,2 +5,3 @@ "use strict";

const types_1 = require("@drovp/types");
const DESTINATION_MODIFIER = process.platform === 'darwin' ? 'Alt' : 'Ctrl';
const optionsSchema = [

@@ -12,3 +13,3 @@ {

title: 'Ask for destination',
description: `Always ask for destination. Also available as a <kbd>ctrl</kbd> drop modifier key.`,
description: `Always ask for destination. Also available as a <kbd>${DESTINATION_MODIFIER}</kbd> drop modifier key.`,
},

@@ -65,3 +66,2 @@ {

});
const DESTINATION_MODIFIER = process.platform === 'darwin' ? 'Alt' : 'Ctrl';
exports.default = (plugin) => {

@@ -68,0 +68,0 @@ plugin.registerProcessor('font-generator', {

{
"name": "@drovp/font-generator",
"version": "3.0.3",
"version": "3.0.4",
"description": "Generate ttf, woff, woff2, eot, and svg fonts with optional subsetting.",

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

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