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

adaptable-text

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adaptable-text - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

## [3.2.1](https://github.com/dmnsgn/adaptable-text/compare/v3.2.0...v3.2.1) (2024-07-06)
# [3.2.0](https://github.com/dmnsgn/adaptable-text/compare/v3.1.0...v3.2.0) (2024-01-27)

@@ -7,0 +11,0 @@

21

package.json
{
"name": "adaptable-text",
"version": "3.2.0",
"version": "3.2.1",
"description": "Adapt font size to a specified width using either binary search or linear steps.",

@@ -12,3 +12,6 @@ "keywords": [

"bugs": "https://github.com/dmnsgn/adaptable-text/issues",
"repository": "dmnsgn/adaptable-text",
"repository": {
"type": "git",
"url": "git+https://github.com/dmnsgn/adaptable-text.git"
},
"funding": [

@@ -28,3 +31,8 @@ {

"type": "module",
"exports": "./index.js",
"exports": {
".": {
"types": "./types/index.d.ts",
"default": "./index.js"
}
},
"main": "index.js",

@@ -36,8 +44,9 @@ "types": "types/index.d.ts",

"devDependencies": {
"es-module-shims": "^1.8.2"
"es-module-shims": "^1.10.0"
},
"engines": {
"node": ">=15.0.0",
"npm": ">=7.0.0"
"node": ">=22.0.0",
"npm": ">=10.5.1",
"snowdev": ">=2.2.x"
}
}
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