jquery.cookie 1.0.0

Details
Advisory: https://github.com/advisories/GHSA-gcx5-3p5f-f8vp Severity: moderate
There is a newer version of this package available.
See the version list below for details.
dotnet add package jquery.cookie --version 1.0.0
                    
NuGet\Install-Package jquery.cookie -Version 1.0.0
                    
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="jquery.cookie" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="jquery.cookie" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="jquery.cookie" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add jquery.cookie --version 1.0.0
                    
#r "nuget: jquery.cookie, 1.0.0"
                    
#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.
#:package jquery.cookie@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=jquery.cookie&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=jquery.cookie&version=1.0.0
                    
Install as a Cake Tool

A simple, lightweight utility plugin for reading, writing and deleting cookies.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on jquery.cookie:

Repository Stars
SignalR/SignalR
Incredibly simple real-time web for .NET
JabbR/JabbR
Collaborative chat done right
BlogEngine/BlogEngine.NET
Multi-User ASP.NET Blogging Application
otac0n/WebGitNet
WebGit .NET is an ASP.NET MVC app that provides access to your git repositories over HTTP. It supports browsing in a web browser AND push / pull over Git's "Smart HTTP protocol".
jamiekurtz/WebApi2Book
Example source code that accompanies ASP.NET Web API 2: Building a REST Service from Start to Finish