Socket
Socket
Sign inDemoInstall

@thi.ng/strings

Package Overview
Dependencies
Maintainers
1
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/strings - npm Package Compare versions

Comparing version 3.7.26 to 3.7.27

11

CHANGELOG.md
# Change Log
- **Last updated**: 2024-03-21T16:11:49Z
- **Last updated**: 2024-03-22T17:13:08Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -12,2 +12,11 @@

### [3.7.27](https://github.com/thi-ng/umbrella/tree/@thi.ng/strings@3.7.27) (2024-03-22)
#### 🩹 Bug fixes
- fix unintentional, IDE-induced Unicode encoding issue ([a54a69b](https://github.com/thi-ng/umbrella/commit/a54a69b))
- use unicode Kelvin sign as `\u212a` to avoid/fix bug in `encodeEntitiesNum()`
- potential culprits for this issue: VSCode or Prettier
- add tests
### [3.7.25](https://github.com/thi-ng/umbrella/tree/@thi.ng/strings@3.7.25) (2024-03-18)

@@ -14,0 +23,0 @@

3

entities.js

@@ -27,3 +27,4 @@ const ENTITIES = {

"\u2109": "℉",
K: "K",
"\u212A": "K",
// Kelvin
"\u25C2": "◂",

@@ -30,0 +31,0 @@ "\u25B8": "▸",

{
"name": "@thi.ng/strings",
"version": "3.7.26",
"version": "3.7.27",
"description": "Various string formatting & utility functions",

@@ -207,3 +207,3 @@ "type": "module",

},
"gitHead": "da965520b2f3f8c259a791e8e8864308be2ba0be\n"
"gitHead": "16686bb40f7bd7a14a5d1304e353a82cb0069a1a\n"
}
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