Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

gulp-ttf2eot

Package Overview
Dependencies
89
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 0.0.7

13

package.json
{
"name": "gulp-ttf2eot",
"description": "Create an EOT font from a TTF font",
"version": "0.0.6",
"version": "0.0.7",
"homepage": "https://github.com/nfroidure/gulp-ttf2eot",

@@ -32,4 +32,5 @@ "author": {

"ttf2eot": "latest",
"gulp-util": "~2.2.5",
"bufferstreams": "0.0.1"
"gulp-util": "~2.2.14",
"bufferstreams": "0.0.2",
"readable-stream": "^1.0.26-2"
},

@@ -46,6 +47,6 @@ "keywords": [

"devDependencies": {
"gulp": "~3.2.2",
"mocha": "~1.16.2",
"event-stream": "~3.0.20"
"gulp": "~3.6.0",
"mocha": "~1.18.2",
"event-stream": "~3.1.1"
}
}

@@ -1,4 +0,6 @@

# gulp-ttf2eot [![NPM version](https://badge.fury.io/js/gulp-ttf2eot.png)](https://npmjs.org/package/gulp-ttf2eot) [![Build status](https://secure.travis-ci.org/nfroidure/gulp-ttf2eot.png)](https://travis-ci.org/nfroidure/gulp-ttf2eot)
# gulp-ttf2eot
> Create a EOT font from a TTF font with [Gulp](http://gulpjs.com/).
[![NPM version](https://badge.fury.io/js/gulp-ttf2eot.png)](https://npmjs.org/package/gulp-iconfont) [![Build status](https://secure.travis-ci.org/nfroidure/gulp-iconfont.png)](https://travis-ci.org/nfroidure/gulp-iconfont) [![Dependency Status](https://david-dm.org/nfroidure/gulp-iconfont.png)](https://david-dm.org/nfroidure/gulp-iconfont) [![devDependency Status](https://david-dm.org/nfroidure/gulp-iconfont/dev-status.png)](https://david-dm.org/nfroidure/gulp-iconfont#info=devDependencies) [![Coverage Status](https://coveralls.io/repos/nfroidure/gulp-iconfont/badge.png?branch=master)](https://coveralls.io/r/nfroidure/gulp-iconfont?branch=master) [![Code Climate](https://codeclimate.com/github/nfroidure/gulp-iconfont.png)](https://codeclimate.com/github/nfroidure/gulp-iconfont)
## Usage

@@ -41,2 +43,7 @@

## Stats
[![NPM](https://nodei.co/npm/gulp-ttf2eot.png?downloads=true&stars=true)](https://nodei.co/npm/gulp-iconfont/)
[![NPM](https://nodei.co/npm-dl/gulp-ttf2eot.png)](https://nodei.co/npm/gulp-iconfont/)
### Contributing / Issues

@@ -43,0 +50,0 @@

@@ -1,2 +0,2 @@

var Stream = require('stream')
var Stream = require('readable-stream')
, gutil = require('gulp-util')

@@ -3,0 +3,0 @@ , BufferStreams = require('bufferstreams')

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc