Socket
Socket
Sign inDemoInstall

svg-sprite

Package Overview
Dependencies
194
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.4 to 1.3.5

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## 1.3.5 Bugfix release (2016-08-15)
* Fixed file name regression bug ([#186](https://github.com/jkphl/svg-sprite/issues/186))
## 1.3.4 Bugfix release (2016-08-12)

@@ -2,0 +5,0 @@ * Updated dependencies

2

lib/svg-sprite.js

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

// If the name part of the file path is absolute
if (path.isAbsolute(name)) {
if (name && path.isAbsolute(name)) {
error = util.format('SVGSpriter.add: "%s" is not a valid relative file name', name);

@@ -89,0 +89,0 @@

{
"name": "svg-sprite",
"version": "1.3.4",
"version": "1.3.5",
"author": "Joschi Kuphal <joschi@kuphal.net> (https://jkphl.is)",

@@ -5,0 +5,0 @@ "description": "SVG sprites & stacks galore — A low-level Node.js module that takes a bunch of SVG files, optimizes them and bakes them into SVG sprites of several types along with suitable stylesheet resources (e.g. CSS, Sass, LESS, Stylus, etc.)",

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