Socket
Socket
Sign inDemoInstall

webpack-webfont

Package Overview
Dependencies
219
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1-alpha.9 to 0.0.1-alpha.10

8

CHANGELOG.md

@@ -7,7 +7,11 @@ # Change Log

# 0.0.1.-alpha.9 - 2017-08-29
# 0.0.1-alpha.10 - 2017-09-22
- Fixed: regression error after fix infinity recompilation.
# 0.0.1-alpha.9 - 2017-09-21
- Fixed: infinite recompilation.
# 0.0.1.-alpha.8 - 2017-08-29
# 0.0.1-alpha.8 - 2017-08-29

@@ -14,0 +18,0 @@ - Added: config option `dest.outputFilename`.

@@ -62,5 +62,5 @@ "use strict";

compiler.plugin("invalid", function (filename) {
var srcFiles = _glob2.default.sync(this.options.files);
var srcFiles = _glob2.default.sync(_this.options.files);
this.skip = filename === this.destFilename || srcFiles.indexOf(filename) === -1;
_this.skip = filename === _this.destFilename || srcFiles.indexOf(filename) === -1;
});

@@ -67,0 +67,0 @@ compiler.plugin("run", function (compilation, callback) {

{
"name": "webpack-webfont",
"version": "0.0.1-alpha.9",
"version": "0.0.1-alpha.10",
"description": "Webpack plugin for webfont package",

@@ -5,0 +5,0 @@ "license": "MIT",

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