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.2 to 0.2.3

2

index.js

@@ -174,3 +174,3 @@ var loaderUtils = require('loader-utils');

);
urls[format] = (pub + url).replace(/\\/g, '/');
urls[format] = path.join(pub, url).replace(/\\/g, '/');
self.emitFile(url, res[format]);

@@ -177,0 +177,0 @@ } else {

{
"name": "webfonts-loader",
"version": "0.2.2",
"version": "0.2.3",
"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",

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