@thi.ng/strings
Advanced tools
+7
-7
| { | ||
| "name": "@thi.ng/strings", | ||
| "version": "3.11.0", | ||
| "version": "3.11.1", | ||
| "description": "Various string formatting & utility functions", | ||
@@ -11,3 +11,3 @@ "type": "module", | ||
| "type": "git", | ||
| "url": "git+https://github.com/thi-ng/umbrella.git", | ||
| "url": "git+https://codeberg.org/thi.ng/umbrella.git", | ||
| "directory": "packages/strings" | ||
@@ -44,6 +44,6 @@ }, | ||
| "dependencies": { | ||
| "@thi.ng/api": "^8.12.17", | ||
| "@thi.ng/errors": "^2.6.6", | ||
| "@thi.ng/hex": "^2.4.9", | ||
| "@thi.ng/memoize": "^4.0.41" | ||
| "@thi.ng/api": "^8.12.18", | ||
| "@thi.ng/errors": "^2.6.7", | ||
| "@thi.ng/hex": "^2.4.10", | ||
| "@thi.ng/memoize": "^4.0.42" | ||
| }, | ||
@@ -222,3 +222,3 @@ "devDependencies": { | ||
| }, | ||
| "gitHead": "d46ec975b426bb2ceb137cab734395c97436d59b\n" | ||
| "gitHead": "8ddf86ea0a1e658ddbf19cc645b29d0c176e29c4\n" | ||
| } |
+22
-21
| <!-- This file is generated - DO NOT EDIT! --> | ||
| <!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files --> | ||
| #  | ||
| <!-- Please see: https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#changes-to-readme-files --> | ||
| #  | ||
@@ -11,7 +11,8 @@ [](https://www.npmjs.com/package/@thi.ng/strings) | ||
| > This is one of 214 standalone projects, maintained as part | ||
| > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
| > of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem | ||
| > and anti-framework. | ||
| > | ||
| > 🚀 Please help me to work full-time on these projects by [sponsoring me on | ||
| > GitHub](https://github.com/sponsors/postspectacular). Thank you! ❤️ | ||
| > 🚀 Please help me to work full-time on these projects by [sponsoring | ||
| > me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations). | ||
| > Thank you! ❤️ | ||
@@ -129,3 +130,3 @@ - [About](#about) | ||
| [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bstrings%5D+in%3Atitle) | ||
| [Search or submit any issues for this package](https://codeberg.org/thi.ng/umbrella/issues?q=%5Bstrings%5D) | ||
@@ -162,6 +163,6 @@ ## Installation | ||
| - [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api) | ||
| - [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors) | ||
| - [@thi.ng/hex](https://github.com/thi-ng/umbrella/tree/develop/packages/hex) | ||
| - [@thi.ng/memoize](https://github.com/thi-ng/umbrella/tree/develop/packages/memoize) | ||
| - [@thi.ng/api](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/api) | ||
| - [@thi.ng/errors](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/errors) | ||
| - [@thi.ng/hex](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/hex) | ||
| - [@thi.ng/memoize](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/memoize) | ||
@@ -173,15 +174,15 @@ Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime) | ||
| Eight projects in this repo's | ||
| [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples) | ||
| [/examples](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples) | ||
| directory are using this package: | ||
| | Screenshot | Description | Live demo | Source | | ||
| |:---------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|:----------------------------------------------------------|:---------------------------------------------------------------------------------------| | ||
| | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/ascii-raymarch.jpg" width="240"/> | ASCII art raymarching with thi.ng/shader-ast & thi.ng/text-canvas | [Demo](https://demo.thi.ng/umbrella/ascii-raymarch/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/ascii-raymarch) | | ||
| | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/big-font.png" width="240"/> | Large ASCII font text generator using @thi.ng/rdom | [Demo](https://demo.thi.ng/umbrella/big-font/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/big-font) | | ||
| | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/crypto-chart.png" width="240"/> | Basic crypto-currency candle chart with multiple moving averages plots | [Demo](https://demo.thi.ng/umbrella/crypto-chart/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/crypto-chart) | | ||
| | | Basic SPA example with atom-based UI router | [Demo](https://demo.thi.ng/umbrella/login-form/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/login-form) | | ||
| | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/mastodon-feed.jpg" width="240"/> | Mastodon API feed reader with support for different media types, fullscreen media modal, HTML rewriting | [Demo](https://demo.thi.ng/umbrella/mastodon-feed/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/mastodon-feed) | | ||
| | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/render-audio.png" width="240"/> | Generative audio synth offline renderer and WAV file export | [Demo](https://demo.thi.ng/umbrella/render-audio/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/render-audio) | | ||
| | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rstream-spreadsheet.png" width="240"/> | rstream based spreadsheet w/ S-expression formula DSL | [Demo](https://demo.thi.ng/umbrella/rstream-spreadsheet/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rstream-spreadsheet) | | ||
| | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/xml-converter.png" width="240"/> | XML/HTML/SVG to hiccup/JS conversion | [Demo](https://demo.thi.ng/umbrella/xml-converter/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/xml-converter) | | ||
| | Screenshot | Description | Live demo | Source | | ||
| |:---------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|:----------------------------------------------------------|:-----------------------------------------------------------------------------------------------| | ||
| | <img src="https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/examples/ascii-raymarch.jpg" width="240"/> | ASCII art raymarching with thi.ng/shader-ast & thi.ng/text-canvas | [Demo](https://demo.thi.ng/umbrella/ascii-raymarch/) | [Source](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/ascii-raymarch) | | ||
| | <img src="https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/examples/big-font.png" width="240"/> | Large ASCII font text generator using @thi.ng/rdom | [Demo](https://demo.thi.ng/umbrella/big-font/) | [Source](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/big-font) | | ||
| | <img src="https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/examples/crypto-chart.png" width="240"/> | Basic crypto-currency candle chart with multiple moving averages plots | [Demo](https://demo.thi.ng/umbrella/crypto-chart/) | [Source](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/crypto-chart) | | ||
| | | Basic SPA example with atom-based UI router | [Demo](https://demo.thi.ng/umbrella/login-form/) | [Source](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/login-form) | | ||
| | <img src="https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/examples/mastodon-feed.jpg" width="240"/> | Mastodon API feed reader with support for different media types, fullscreen media modal, HTML rewriting | [Demo](https://demo.thi.ng/umbrella/mastodon-feed/) | [Source](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/mastodon-feed) | | ||
| | <img src="https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/examples/render-audio.png" width="240"/> | Generative audio synth offline renderer and WAV file export | [Demo](https://demo.thi.ng/umbrella/render-audio/) | [Source](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/render-audio) | | ||
| | <img src="https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/examples/rstream-spreadsheet.png" width="240"/> | rstream based spreadsheet w/ S-expression formula DSL | [Demo](https://demo.thi.ng/umbrella/rstream-spreadsheet/) | [Source](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/rstream-spreadsheet) | | ||
| | <img src="https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/examples/xml-converter.png" width="240"/> | XML/HTML/SVG to hiccup/JS conversion | [Demo](https://demo.thi.ng/umbrella/xml-converter/) | [Source](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/xml-converter) | | ||
@@ -188,0 +189,0 @@ ## API |
+1
-1
@@ -31,3 +31,3 @@ /** | ||
| * | ||
| * - https://github.com/thi-ng/umbrella/blob/main/packages/transducers-binary/src/utf8.ts | ||
| * - https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/transducers-binary/src/utf8.ts | ||
| * - https://gist.github.com/pascaldekloe/62546103a1576803dade9269ccf76330 | ||
@@ -34,0 +34,0 @@ * |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
87657
0.19%230
0.44%Updated
Updated
Updated
Updated