Socket
Socket
Sign inDemoInstall

extract-text-webpack-plugin

Package Overview
Dependencies
311
Maintainers
8
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-beta.0 to 3.0.0-beta.1

schema/loader.json

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="3.0.0-beta.1"></a>
# [3.0.0-beta.1](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.0-beta.0...v3.0.0-beta.1) (2017-06-24)
### Bug Fixes
* Distribute schema with package ([5d0c28f](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/5d0c28f))
<a name="3.0.0-beta.0"></a>

@@ -7,0 +17,0 @@ # [3.0.0-beta.0](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v2.1.2...v3.0.0-beta.0) (2017-06-23)

4

dist/index.js

@@ -60,3 +60,3 @@ 'use strict';

} else {
(0, _schemaUtils2.default)(_path2.default.resolve(__dirname, './schema/plugin.json'), options, 'Extract Text Plugin');
(0, _schemaUtils2.default)(_path2.default.resolve(__dirname, '../schema/plugin.json'), options, 'Extract Text Plugin');
}

@@ -125,3 +125,3 @@ this.filename = options.filename;

} else {
(0, _schemaUtils2.default)(_path2.default.resolve(__dirname, './schema/loader.json'), options, 'Extract Text Plugin (Loader)');
(0, _schemaUtils2.default)(_path2.default.resolve(__dirname, '../schema/loader.json'), options, 'Extract Text Plugin (Loader)');
}

@@ -128,0 +128,0 @@ var loader = options.use;

{
"name": "extract-text-webpack-plugin",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.1",
"author": "Tobias Koppers @sokra",

@@ -9,3 +9,4 @@ "description": "Extract text from bundle into a file.",

"files": [
"dist"
"dist",
"schema"
],

@@ -12,0 +13,0 @@ "scripts": {

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