Socket
Socket
Sign inDemoInstall

gulp-svg-sprite

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-svg-sprite - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

21

package.json
{
"name": "gulp-svg-sprite",
"description": "SVG sprites & stacks galore — Gulp plugin wrapping around svg-sprite that reads in a bunch of SVG files, optimizes them and creates SVG sprites and CSS resources in various flavours",
"version": "2.0.2",
"homepage": "https://github.com/jkphl/gulp-svg-sprite",
"version": "2.0.3",
"homepage": "https://github.com/svg-sprite/gulp-svg-sprite",
"author": "Joschi Kuphal <joschi@kuphal.net> (https://jkphl.is)",
"repository": {
"type": "git",
"url": "https://github.com/jkphl/gulp-svg-sprite.git"
"url": "https://github.com/svg-sprite/gulp-svg-sprite.git"
},
"bugs": {
"url": "https://github.com/jkphl/gulp-svg-sprite/issues"
"url": "https://github.com/svg-sprite/gulp-svg-sprite/issues"
},

@@ -62,10 +62,2 @@ "license": "MIT",

],
"mocha": {
"check-leaks": true,
"throw-deprecation": true,
"timeout": 5000,
"trace-deprecation": true,
"trace-warnings": true,
"use_strict": true
},
"xo": {

@@ -81,3 +73,2 @@ "space": 4,

],
"no-negated-condition": "off",
"object-curly-spacing": [

@@ -91,3 +82,2 @@ "error",

],
"promise/prefer-await-to-then": "off",
"prefer-template": "error",

@@ -99,6 +89,5 @@ "space-before-function-paren": [

"spaced-comment": "off",
"unicorn/catch-error-name": "off",
"unicorn/filename-case": "off",
"unicorn/import-style": "off",
"unicorn/prefer-module": "off",
"unicorn/prefer-string-slice": "off",
"unicorn/prevent-abbreviations": "off"

@@ -105,0 +94,0 @@ },

@@ -5,3 +5,3 @@ # gulp-svg-sprite

is a Gulp plugin wrapping around [svg-sprite](https://github.com/svg-sprite/svg-sprite) which **takes a bunch of [SVG](https://www.w3.org/TR/SVG/) files**, optimizes them and bakes them into **SVG sprites** of several types:
gulp-svg-sprite is a Gulp plugin wrapping around [svg-sprite](https://github.com/svg-sprite/svg-sprite) which **takes a bunch of [SVG](https://www.w3.org/TR/SVG/) files**, optimizes them and bakes them into **SVG sprites** of several types:

@@ -8,0 +8,0 @@ * Traditional [CSS sprites](https://en.wikipedia.org/wiki/Sprite_(computer_graphics)#Sprites_by_CSS) for use as background images,

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