js-cookie 2.1.3

There is a newer version of this package available.
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                
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="js-cookie" Version="2.1.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add js-cookie --version 2.1.3                
#r "nuget: js-cookie, 2.1.3"                
#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 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.

There are no supported framework assets in this 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.0.0-rc1 2,832 9/15/2020
2.2.1 157,037 8/7/2019
2.2.0 172,006 11/15/2017
2.1.4 99,903 4/4/2017
2.1.3 58,793 9/2/2016
2.1.2 47,959 5/30/2016
2.1.1 32,502 4/26/2016
2.1.0 35,360 2/16/2016

- 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