![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
github.com/gijsbers/go-pcre
This is a Go language package providing support for Perl Compatible Regular Expressions (PCRE).
Install the package for Debian as follows:
sudo apt-get install libpcre++-dev
go get github.com/gijsbers/go-pcre
Go programs that depend on this package should import this package as follows to allow automatic downloading:
import "github.com/gijsbers/go-pcre"
This is a clone of golang-pkg-pcre by Florian Weimer, which has been placed on Github by Glenn Brown, so it can be fetched automatically by Go's package installer.
Glenn Brown added FindIndex()
and ReplaceAll()
to mimic functions in Go's default regexp package.
Mathieu Payeur Levallois added Matcher.ExtractString()
.
Malte Nuhn added GroupIndices()
to retrieve positions of a matching group.
Chandra Sekar S added Index()
and stopped invoking Match()
twice in FindIndex()
.
Misakwa added support for pkg-config
to locate libpcre
.
Yann Ramin added ReplaceAllString()
and changed Compile()
return type to error
.
Nikolay Sivko modified name2index()
to return error instead of panic.
Harry Waye exposed raw pcre_exec
.
Hazzadous added partial match support.
Pavel Gryaznov added support for JIT compilation.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.