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

font-fit

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

font-fit - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

examples/demo/package.json

4

font-fit.js

@@ -39,3 +39,3 @@ ;(function(define){define(function(require,exports,module){

*/
var BUFFER = 3;
var BUFFER = 0.03;

@@ -59,3 +59,3 @@ /**

debug('font fit', config);
var space = config.space - BUFFER;
var space = config.space - (config.space * BUFFER);
var min = config.min || MIN;

@@ -62,0 +62,0 @@ var max = config.max || MAX;

{
"name": "font-fit",
"homepage": "https://github.com/fxos-components/font-fit",
"version": "0.3.6",
"version": "0.3.7",
"main": "font-fit.js",

@@ -15,6 +15,6 @@ "directories": {

"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.2.1",
"mocha": "^2.3.4",
"mozilla-download": "^1.0.5",
"sinon": "^1.17.2",

@@ -25,3 +25,3 @@ "sinon-chai": "^2.8.0"

"test": "./node_modules/karma/bin/karma start test/karma.conf.js --single-run",
"test-dev": "./node_modules/karma/bin/karma start test/karma.conf.js"
"test-dev": "./node_modules/karma/bin/karma start test/karma.conf.js --browsers Firefox"
},

@@ -28,0 +28,0 @@ "repository": {

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