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

img-svg-inline-loader

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

img-svg-inline-loader - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

4

index.js
/**
* img-svg-inline-loader v1.3.1 (2018-02-12)
* img-svg-inline-loader v1.3.2 (2018-02-14)
* Copyright 2018 Oliver Findl

@@ -78,3 +78,3 @@ * @license MIT

let keys = attributes.map(attribute => attribute.key);
let keys = attributes.map(attribute => attribute.key.toLowerCase());
if(keys.indexOf("role") === -1) {

@@ -81,0 +81,0 @@ attributes.push({

{
"name": "img-svg-inline-loader",
"version": "1.3.1",
"version": "1.3.2",
"description": "Webpack loader used for inline replacement of SVG reference in src attribute of img tags with actual content of SVG file.",

@@ -5,0 +5,0 @@ "main": "index.js",

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