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

big-text.js

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

big-text.js - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

big-text.js

@@ -11,6 +11,7 @@ /*

maximumFontSize: {Number}, (null)
limitingDimension: {Number}, ("both")
limitingDimension: {String}, ("both")
horizontalAlign: {String}, ("center")
verticalAlign: {String}, ("center")
textAlign: {String}, ("center")
whiteSpace: {String}, ("nowrap")
});

@@ -230,3 +231,3 @@

style.left = "100%";
style.marginTop = Math.floor(-innerWidth) + "px";
style.marginLeft = Math.floor(-innerWidth) + "px";
break;

@@ -233,0 +234,0 @@ default:

{
"name": "big-text.js",
"version": "1.0.0",
"description": "A JavaScript lib that makes text as big as possible while still fitting on the parent element.",
"version": "1.0.1",
"description": "A lib that makes text as big as possible while still fitting on the parent element.",
"main": "big-text.js",

@@ -14,3 +14,2 @@ "scripts": {

"keywords": [
"jquery",
"bigtext",

@@ -17,0 +16,0 @@ "text"

2

README.md

@@ -18,3 +18,3 @@ # big-text.js

maximumFontSize: {Number}, (null)
limitingDimension: {Number}, ("both")
limitingDimension: {String}, ("both")
horizontalAlign: {String}, ("center")

@@ -21,0 +21,0 @@ verticalAlign: {String}, ("center")

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