Moment.js 2.10.2

Details
Advisory: https://github.com/advisories/GHSA-8hfj-j24r-96c4 Severity: high
dotnet add package Moment.js --version 2.10.2
                    
NuGet\Install-Package Moment.js -Version 2.10.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="Moment.js" Version="2.10.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Moment.js" Version="2.10.2" />
                    
Directory.Packages.props
<PackageReference Include="Moment.js" />
                    
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 Moment.js --version 2.10.2
                    
#r "nuget: Moment.js, 2.10.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.
#:package Moment.js@2.10.2
                    
#: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=Moment.js&version=2.10.2
                    
Install as a Cake Addin
#tool nuget:?package=Moment.js&version=2.10.2
                    
Install as a Cake Tool

A lightweight javascript date library for parsing, manipulating, and formatting dates.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (8)

Showing the top 8 popular GitHub repositories that depend on Moment.js:

Repository Stars
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
BlogEngine/BlogEngine.NET
Multi-User ASP.NET Blogging Application
laochiangx/ABP-ASP.NET-Boilerplate-Project-CMS
ABP module-zero +AdminLTE+Bootstrap Table+jQuery+Redis + sql server+quartz+hangfire权限管理系统
sgermosen/TorneoPredicciones
Esta aplicacion de ejemplo tiene la finalidad de darle seguimiento a cualquier clase de torneo, y hacer predicciones al respecto, donde el ganador de la prediccion, se lleva el premio que hayan pautado los creadores del grupo
Warewolf-ESB/Warewolf
Effortless Microservice Design and Integration. This repository includes the code-base for the Warewolf Studio and Server.
Azure/azure-iot-remote-monitoring
Azure IoT Remote Monitoring preconfigured solution
rgonek/Ilaro.Admin
Generic admin panel for ASP.NET MVC.
Version Downloads Last Updated
2.10.2 21,604 4/9/2015 2.10.2 has at least one vulnerability with high severity.
2.10.1 159 4/9/2015 2.10.1 has at least one vulnerability with high severity.
2.10.0 2,535 4/7/2015 2.10.0 has at least one vulnerability with high severity.
2.9.0 76,801 1/8/2015 2.9.0 has at least one vulnerability with high severity.
2.8.4 24,340 12/10/2014 2.8.4 has at least one vulnerability with high severity.
2.8.3 140 12/10/2014 2.8.3 has at least one vulnerability with high severity.
2.8.2 57,827 9/3/2014 2.8.2 has at least one vulnerability with high severity.
2.8.1 27,037 8/5/2014 2.8.1 has at least one vulnerability with high severity.
2.7.0 21,995 6/17/2014 2.7.0 has at least one vulnerability with high severity.
2.6.0 35,474 4/23/2014 2.6.0 has at least one vulnerability with high severity.
2.5.1 22,525 1/27/2014 2.5.1 has at least one vulnerability with high severity.
2.5.0 5,286 1/5/2014 2.5.0 has at least one vulnerability with high severity.
2.4.0 13,990 10/28/2013 2.4.0 has at least one vulnerability with high severity.
2.3.1 5,589 10/10/2013 2.3.1 has at least one vulnerability with high severity.
2.3.0 90 10/10/2013 2.3.0 has at least one vulnerability with high severity.
2.2.1 3,168 9/12/2013 2.2.1 has at least one vulnerability with high severity.
2.2.0 100 9/12/2013 2.2.0 has at least one vulnerability with high severity.
2.1.0 8,175 7/8/2013 2.1.0 has at least one vulnerability with high severity.
2.0.0 9,707 2/14/2013 2.0.0 has at least one vulnerability with high severity.
1.7.2 2,665 10/3/2012 1.7.2 has at least one vulnerability with high severity.
1.7.1 62 10/3/2012 1.7.1 has at least one vulnerability with high severity.
1.7.0 638 8/27/2012 1.7.0 has at least one vulnerability with high severity.
1.6.2 218 5/4/2012 1.6.2 has at least one vulnerability with high severity.
1.6.1 56 5/4/2012 1.6.1 has at least one vulnerability with high severity.
1.6.0 57 5/4/2012 1.6.0 has at least one vulnerability with high severity.
1.5.1 67 5/4/2012 1.5.1 has at least one vulnerability with high severity.
1.5.0 57 5/4/2012 1.5.0 has at least one vulnerability with high severity.
1.4.0 60 3/8/2012 1.4.0 has at least one vulnerability with high severity.
1.3.0 67 1/12/2012 1.3.0 has at least one vulnerability with high severity.
1.2.0 76 12/17/2011 1.2.0 has at least one vulnerability with high severity.

- Add LTS localised format that includes seconds
           - Added formatToken 'x' for unix offset in milliseconds #1938
           - Support 24:00:00.000 to mean next day, at midnight.
           - Accept 'date' key when creating moment with object
           - Use native toISOString when we can
           - Some bugfixes and language improvements