New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-svgstore

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-svgstore - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

1

index.js

@@ -31,2 +31,3 @@ 'use strict';

contents.forEach(function (child) {
child.namespace(null)
g.addChild(child)

@@ -33,0 +34,0 @@ })

2

package.json
{
"name": "gulp-svgstore",
"version": "0.0.2",
"version": "0.0.3",
"description": "Combine svg files into one with defs",

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

@@ -35,6 +35,6 @@ gulp-svgstore

<g id="icon-circle">
<circle xmlns="http://www.w3.org/2000/svg" fill="#fff" stroke="#1D1D1B" stroke-miterlimit="10" cx="20" cy="20" r="10"/>
<circle fill="#fff" stroke="#1D1D1B" stroke-miterlimit="10" cx="20" cy="20" r="10"/>
</g>
<g id="icon-square">
<path xmlns="http://www.w3.org/2000/svg" fill="#fff" stroke="#1D1D1B" stroke-miterlimit="10" d="M10 10h20v20h-20z"/>
<path fill="#fff" stroke="#1D1D1B" stroke-miterlimit="10" d="M10 10h20v20h-20z"/>
</g>

@@ -41,0 +41,0 @@ </defs>

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