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

ttf2woff2

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ttf2woff2 - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

bin/ttf2woff2.js

@@ -0,5 +1,7 @@

#! /usr/bin/env node
var fs = require('fs');
var BufferStreams = require('bufferstreams');
var ttf2woff2 = require('../src');
process.stdin.pipe(new BufferStreams(function(err, buf, cb) {

@@ -11,2 +13,1 @@ if(err) {

})).pipe(process.stdout);

2

package.json
{
"name": "ttf2woff2",
"version": "1.0.1",
"version": "1.0.2",
"description": "Convert TTF files to WOFF2 ones.",

@@ -5,0 +5,0 @@ "main": "src/index.js",

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