Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@stdlib/string-base-replace-after-last

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/string-base-replace-after-last - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+1
-1
NOTICE

@@ -1,1 +0,1 @@

Copyright (c) 2016-2024 The Stdlib Authors.
Copyright (c) 2016-2026 The Stdlib Authors.
{
"name": "@stdlib/string-base-replace-after-last",
"version": "0.1.1",
"version": "0.1.2",
"description": "Replace the substring after the last occurrence of a specified search string.",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -159,2 +159,10 @@ <!--

* * *
## See Also
- <span class="package-name">[`@stdlib/string-base/replace-after`][@stdlib/string/base/replace-after]</span><span class="delimiter">: </span><span class="description">replace the substring after the first occurrence of a specified search string.</span>
- <span class="package-name">[`@stdlib/string-base/replace-before-last`][@stdlib/string/base/replace-before-last]</span><span class="delimiter">: </span><span class="description">replace the substring before the last occurrence of a specified search string.</span>
- <span class="package-name">[`@stdlib/string-base/replace-before`][@stdlib/string/base/replace-before]</span><span class="delimiter">: </span><span class="description">replace the substring before the first occurrence of a specified search string.</span>
</section>

@@ -190,3 +198,3 @@

Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].

@@ -204,4 +212,4 @@ </section>

[test-image]: https://github.com/stdlib-js/string-base-replace-after-last/actions/workflows/test.yml/badge.svg?branch=v0.1.1
[test-url]: https://github.com/stdlib-js/string-base-replace-after-last/actions/workflows/test.yml?query=branch:v0.1.1
[test-image]: https://github.com/stdlib-js/string-base-replace-after-last/actions/workflows/test.yml/badge.svg?branch=v0.1.2
[test-url]: https://github.com/stdlib-js/string-base-replace-after-last/actions/workflows/test.yml?query=branch:v0.1.2

@@ -218,4 +226,4 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-base-replace-after-last/main.svg

[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
[chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im
[chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
[chat-url]: https://stdlib.zulipchat.com

@@ -239,4 +247,14 @@ [stdlib]: https://github.com/stdlib-js/stdlib

<!-- <related-links> -->
[@stdlib/string/base/replace-after]: https://www.npmjs.com/package/@stdlib/string-base-replace-after
[@stdlib/string/base/replace-before-last]: https://www.npmjs.com/package/@stdlib/string-base-replace-before-last
[@stdlib/string/base/replace-before]: https://www.npmjs.com/package/@stdlib/string-base-replace-before
<!-- </related-links> -->
</section>
<!-- /.links -->