Socket
Socket
Sign inDemoInstall

extract-text-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extract-text-webpack-plugin - npm Package Compare versions

Comparing version 2.0.0-beta.4 to 2.0.0-beta.5

0

index.js

@@ -0,0 +0,0 @@ /*

6

package.json
{
"name": "extract-text-webpack-plugin",
"version": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"author": "Tobias Koppers @sokra",
"description": "Extract text from bundle into a file.",
"peerDependencies": {
"webpack": "^2.1.0-beta.19"
"webpack": "^2.1.0-beta.19 || ^2.2.0-rc.0"
},
"dependencies": {
"async": "^1.5.0",
"async": "^2.1.2",
"loader-utils": "^0.2.3",

@@ -12,0 +12,0 @@ "webpack-sources": "^0.1.0"

@@ -5,2 +5,14 @@ # extract text plugin for webpack 2

## Install
> You can either install it with [npm](https://nodejs.org/en/) or [yarn](https://yarnpkg.com/)
```sh
npm install --save-dev extract-text-webpack-plugin
```
or
```sh
yarn add --dev extract-text-webpack-plugin
```
## Usage example with css

@@ -7,0 +19,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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