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

@thi.ng/strings

Package Overview
Dependencies
Maintainers
0
Versions
204
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.9.0 to 3.9.1

3

case.js

@@ -6,5 +6,2 @@ const upper = (x) => x.toUpperCase();

x.replace(
// TC39
// /(?<=[a-z0-9\u00e0-\u00fd])(?=[A-Z\u00c0-\u00dd])/g,
// (_, i) => (i ? delim : "")
/([a-z0-9\u00e0-\u00fd])([A-Z\u00c0-\u00dd])/g,

@@ -11,0 +8,0 @@ (_, a, b) => a + delim + b

2

CHANGELOG.md
# Change Log
- **Last updated**: 2025-01-04T21:07:38Z
- **Last updated**: 2025-01-21T11:16:50Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -5,0 +5,0 @@

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

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

},
"gitHead": "56c1d57a96565bbcc8c06c73779a619bba0db368\n"
"gitHead": "56e7a1724e7b0cb5c41119f60320b6ff0e8a3c1c\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