Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@nuxtjs/date-fns

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/date-fns - npm Package Compare versions

Comparing version
1.4.2
to
1.4.3
+7
-0
CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [1.4.3](https://github.com/nuxt-community/date-fns-module/compare/v1.4.2...v1.4.3) (2020-11-11)
### Bug Fixes
* when locales is not array ([#47](https://github.com/nuxt-community/date-fns-module/issues/47)) ([f379418](https://github.com/nuxt-community/date-fns-module/commit/f379418e397809556b96680b3fdb4e12b6a17b5e))
### [1.4.2](https://github.com/nuxt-community/date-fns-module/compare/v1.4.1...v1.4.2) (2020-11-09)

@@ -7,0 +14,0 @@

+4
-0

@@ -22,2 +22,6 @@ const { resolve } = require('path')

if (!Array.isArray(options.locales)) {
options.locales = [options.locales]
}
options.locales = options.locales.map(l => l.replace(/[_-]/, ''))

@@ -24,0 +28,0 @@

+1
-1
{
"name": "@nuxtjs/date-fns",
"version": "1.4.2",
"version": "1.4.3",
"description": "Modern JavaScript date utility library - date-fns for Nuxt.js",

@@ -5,0 +5,0 @@ "repository": "nuxt-community/date-fns-module",