Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

svg-sprite-loader

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svg-sprite-loader - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

CHANGELOG.md

2

lib/utils.js

@@ -228,3 +228,3 @@ // eslint-disable-next-line import/no-extraneous-dependencies

if (multiRule) {
options = multiRule.map(normalizeRule).find(r => r.loader === loaderPath).options;
options = multiRule.map(normalizeRule).find(r => loaderPath.includes(r.loader)).options;
} else {

@@ -231,0 +231,0 @@ options = normalizeRule(rule).options;

{
"name": "svg-sprite-loader",
"version": "2.0.4",
"version": "2.0.5",
"description": "SVG sprite loader for Webpack",

@@ -46,4 +46,6 @@ "homepage": "https://github.com/kisenka/webpack-svg-sprite-loader#readme",

"codecov": "2.1.0",
"commitizen": "2.9.6",
"coveralls": "2.13.0",
"css-loader": "^0.28.0",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^3.18.0",

@@ -67,2 +69,3 @@ "eslint-config-airbnb-base": "^11.1.2",

"shelljs": "0.7.7",
"standard-version": "4.0.0",
"svgo": "^0.7.2",

@@ -73,2 +76,7 @@ "svgo-loader": "^1.2.1",

},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"scripts": {

@@ -78,2 +86,3 @@ "bootstrap": "yarn && cd env/webpack-1 && yarn && cd ../webpack-2 && yarn",

"build:runtime": "node scripts/build-runtime.js",
"commit": "git-cz",
"coverage": "istanbul cover --report html --report lcov _mocha test/*.test.js",

@@ -80,0 +89,0 @@ "coverage-upload:codecov": "codecov --file coverage/lcov.info",

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