sqlite.redist 3.8.4.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package sqlite.redist --version 3.8.4.2
NuGet\Install-Package sqlite.redist -Version 3.8.4.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="sqlite.redist" Version="3.8.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add sqlite.redist --version 3.8.4.2
#r "nuget: sqlite.redist, 3.8.4.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install sqlite.redist as a Cake Addin
#addin nuget:?package=sqlite.redist&version=3.8.4.2

// Install sqlite.redist as a Cake Tool
#tool nuget:?package=sqlite.redist&version=3.8.4.2

Redistributable components for package 'sqlite'. This package should only be installed as a dependency.
(This is not the package you are looking for).

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.8.4.2 33,565 3/29/2014

The code changes that resulted in the performance improvements in version 3.8.4 missed a single buffer overflow test, which could result in a read past the end of a buffer while searching a database that is corrupted in a particular way. Version 3.8.4.2 fixes that problem using a one-line patch.