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

spritemaker-svg

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spritemaker-svg - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -87,3 +87,3 @@ "use strict";

self.write('<svg xmlns="http://www.w3.org/2000/svg" xmlns:spritemaker="tag:burgers.io,2014:spritemaker" width="' + result.width + '" height="' + result.height + '">\n');
self.write('<?xml version="1.0"?>\n<svg xmlns="http://www.w3.org/2000/svg" xmlns:spritemaker="tag:burgers.io,2014:spritemaker" width="' + result.width + '" height="' + result.height + '">\n');

@@ -90,0 +90,0 @@ results.forEach(function(result) {

{
"name": "spritemaker-svg",
"version": "0.1.0",
"version": "0.1.1",
"description": "Create an SVG sprite map from SVG sprites",

@@ -22,3 +22,5 @@ "author": {

"homepage": "https://github.com/bryanburgers/spritemaker-svg",
"bugs": "https://github.com/bryanburgers/spritemaker-svg/issues",
"bugs": {
"url": "https://github.com/bryanburgers/spritemaker-svg/issues"
},
"dependencies": {

@@ -25,0 +27,0 @@ "async": "~0.2.10",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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