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

gulp-ttf2woff

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-ttf2woff - npm Package Compare versions

Comparing version 0.0.8 to 1.0.0

12

package.json
{
"name": "gulp-ttf2woff",
"description": "Create a WOFF font from a TTF font",
"version": "0.0.8",
"version": "1.0.0",
"homepage": "https://github.com/nfroidure/gulp-ttf2woff",

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

"ttf2woff": "latest",
"gulp-util": "~2.2.19",
"gulp-util": "~3.0.1",
"bufferstreams": "0.0.2",
"readable-stream": "^1.0.27-1"
"readable-stream": "^1.0.33"
},

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

"devDependencies": {
"gulp": "~3.8.5",
"mocha": "~1.20.1",
"event-stream": "~3.1.5"
"gulp": "~3.8.10",
"mocha": "~2.0.1",
"event-stream": "~3.1.7"
}
}

@@ -125,3 +125,3 @@ 'use strict';

file.contents.pipe(es.wait(function(err, data) {
assert.equal(data.length, woff.toString('utf-8').length);
assert.equal(data.length, woff.length);
assert.equal(data, woff.toString('utf-8'));

@@ -145,3 +145,3 @@ }));

file.contents.pipe(es.wait(function(err, data) {
assert.equal(data.length, woff.toString('utf-8').length);
assert.equal(data.length, woff.length);
assert.equal(data, woff.toString('utf-8'));

@@ -148,0 +148,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