js-cookie
2.1.3
See the version list below for details.
dotnet add package js-cookie --version 2.1.3
NuGet\Install-Package js-cookie -Version 2.1.3
<PackageReference Include="js-cookie" Version="2.1.3" />
paket add js-cookie --version 2.1.3
#r "nuget: js-cookie, 2.1.3"
// Install js-cookie as a Cake Addin #addin nuget:?package=js-cookie&version=2.1.3 // Install js-cookie as a Cake Tool #tool nuget:?package=js-cookie&version=2.1.3
A simple, lightweight JavaScript API for handling cookies.
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.
- Add expired cookie detail to docs
- Clarify the interoperability of default encoding
- Add support for uglifyJS 'unsafe' option
- Create an example in the docs for creating a cookie that expire in hours/minutes
- Add a note in the README for cookies that expires in less than a day
- Do not parse as JSON when window has a truthy 'json' prop
- Add support for ES6 module imports
- Register in AMD and UMD if both available