New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

webfonts-loader

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webfonts-loader - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

8

index.js

@@ -122,2 +122,6 @@ var loaderUtils = require('loader-utils');

if (config.cssFontsPath) {
fontconf.cssFontsPath = absolute(this.context, config.cssFontsPath);
}
for (var option in config.templateOptions) {

@@ -156,2 +160,6 @@ if (config.templateOptions.hasOwnProperty(option)) {

if (fontconf.cssFontsPath) {
this.addDependency(fontconf.cssFontsPath);
}
fontgen(fontconf, function (err, res) {

@@ -158,0 +166,0 @@ if (err) {

2

package.json
{
"name": "webfonts-loader",
"version": "0.2.3",
"version": "0.2.4",
"description": "A WebPack loader to automaticaly generate font files and CSS to make your own icon font",

@@ -5,0 +5,0 @@ "repository": "jeerbl/webfonts-loader",

@@ -14,3 +14,4 @@ var path = require('path');

loader: 'style!css!' + require.resolve('../')
}, {
},
{
test: /\.(woff|eot|ttf|svg)$/,

@@ -17,0 +18,0 @@ loader: 'url'

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