Socket
Socket
Sign inDemoInstall

svgicons2svgfont

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svgicons2svgfont - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

11

package.json
{
"name": "svgicons2svgfont",
"version": "0.0.9",
"version": "0.0.10",
"description": "Read a set of SVG icons and ouput a SVG font",

@@ -25,9 +25,10 @@ "homepage": "https://github.com/nfroidure/svgicons2svgfont",

"sax": "0.6.x",
"svg-pathdata": "0.0.3"
"svg-pathdata": "0.0.4",
"readable-stream": "^1.0.26-2"
},
"devDependencies": {
"mocha": "~1.17.1",
"mocha": "~1.18.2",
"mocha-lcov-reporter": "0.0.1",
"coveralls": "~2.8.0",
"istanbul": "~0.2.4",
"coveralls": "~2.10.0",
"istanbul": "~0.2.6",
"sax": "~0.6.0"

@@ -34,0 +35,0 @@ },

@@ -74,4 +74,9 @@ # svgicons2svgfont

## Stats
[![NPM](https://nodei.co/npm/svgicons2svgfont.png?downloads=true&stars=true)](https://nodei.co/npm/svgicon2svgfont/)
[![NPM](https://nodei.co/npm-dl/svgicons2svgfont.png)](https://nodei.co/npm/svgicon2svgfont/)
## Contributing
Feel free to pull your code if you agree with publishing under the MIT license.

@@ -15,3 +15,3 @@ /*

var Path = require("path")
, Stream = require("stream")
, Stream = require("readable-stream")
, Sax = require("sax")

@@ -18,0 +18,0 @@ , SVGPathData = require("svg-pathdata")

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