Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-iconfont

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-iconfont - npm Package Compare versions

Comparing version 0.2.1 to 1.0.0

14

package.json
{
"name": "gulp-iconfont",
"description": "Create icon fonts from several SVG icons",
"version": "0.2.1",
"version": "1.0.0",
"homepage": "https://github.com/nfroidure/gulp-iconfont",

@@ -40,6 +40,6 @@ "author": {

"gulp-util": "~3.0.1",
"gulp-svg2ttf": "0.1.0",
"gulp-ttf2eot": "0.0.10",
"gulp-ttf2woff": "0.0.8",
"gulp-svgicons2svgfont": "0.2.0",
"gulp-svg2ttf": "1.0.0",
"gulp-ttf2eot": "1.0.0",
"gulp-ttf2woff": "1.0.0",
"gulp-svgicons2svgfont": "1.0.0",
"plexer": "0.0.3"

@@ -50,5 +50,5 @@ },

"event-stream": "~3.1.7",
"gulp": "~3.8.8",
"gulp": "~3.8.10",
"istanbul": "~0.3.2",
"mocha": "~1.21.4",
"mocha": "~2.0.1",
"mocha-lcov-reporter": "0.0.1",

@@ -55,0 +55,0 @@ "rimraf": "^2.2.8"

@@ -25,3 +25,3 @@ var fs = require('fs')

afterEach(function() {
//rimraf.sync(__dirname + '/results');
rimraf.sync(__dirname + '/results');
});

@@ -28,0 +28,0 @@

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