Socket
Socket
Sign inDemoInstall

extract-svg-sprite-webpack-plugin

Package Overview
Dependencies
268
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="0.4.1"></a>
## [0.4.1](https://github.com/JetBrains/svg-mixer/compare/extract-svg-sprite-webpack-plugin@0.4.0...extract-svg-sprite-webpack-plugin@0.4.1) (2019-04-27)
### Bug Fixes
* detecting webpack version properly ([db1b488](https://github.com/JetBrains/svg-mixer/commit/db1b488))
<a name="0.4.0"></a>

@@ -8,0 +19,0 @@ # [0.4.0](https://github.com/JetBrains/svg-mixer/compare/extract-svg-sprite-webpack-plugin@0.3.8...extract-svg-sprite-webpack-plugin@0.4.0) (2019-04-27)

2

lib/utils/helpers.js

@@ -89,3 +89,3 @@ let ConcatenatedModule;

function getWebpackMajorVersion() {
const v = require('webpack/package.json').version.split('.')[0];
const v = require.main.require('webpack/package.json').version.split('.')[0];
return parseInt(v, 10);

@@ -92,0 +92,0 @@ }

{
"name": "extract-svg-sprite-webpack-plugin",
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "JetBrains",

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