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.3.0
to
1.3.1
+2
-0
CHANGELOG.md

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

### [1.3.1](https://github.com/nuxt-community/date-fns-module/compare/v1.3.0...v1.3.1) (2020-07-20)
## [1.3.0](https://github.com/nuxt-community/date-fns-module/compare/v1.2.0...v1.3.0) (2020-05-05)

@@ -7,0 +9,0 @@

+3
-2
{
"name": "@nuxtjs/date-fns",
"version": "1.3.0",
"version": "1.3.1",
"description": "Modern JavaScript date utility library - date-fns for Nuxt.js",

@@ -17,2 +17,3 @@ "repository": "nuxt-community/date-fns-module",

"scripts": {
"dev": "nuxt test/fixture/basic",
"lint": "eslint --ext .js,.vue .",

@@ -23,3 +24,3 @@ "release": "yarn test && standard-version && git push --follow-tags && npm publish",

"dependencies": {
"date-fns": "^2.12.0"
"date-fns": "^2.15.0"
},

@@ -26,0 +27,0 @@ "devDependencies": {

@@ -136,2 +136,8 @@ # @nuxtjs/date-fns

## Development
1. Clone this repository
2. Install dependencies using `yarn install` or `npm install`
3. Start development server using `npm run dev`
## License

@@ -138,0 +144,0 @@