New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@beyonk/date-utils

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beyonk/date-utils - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

12

CHANGELOG.json

@@ -5,2 +5,14 @@ {

{
"version": "3.1.0",
"tag": "@beyonk/date-utils_v3.1.0",
"date": "Wed, 18 Nov 2020 15:25:19 GMT",
"comments": {
"minor": [
{
"comment": "add dayjs min max plugin"
}
]
}
},
{
"version": "3.0.1",

@@ -7,0 +19,0 @@ "tag": "@beyonk/date-utils_v3.0.1",

9

CHANGELOG.md
# Change Log - @beyonk/date-utils
This log was last generated on Wed, 26 Aug 2020 13:47:45 GMT and should not be manually modified.
This log was last generated on Wed, 18 Nov 2020 15:25:19 GMT and should not be manually modified.
## 3.1.0
Wed, 18 Nov 2020 15:25:19 GMT
### Minor changes
- add dayjs min max plugin
## 3.0.1

@@ -6,0 +13,0 @@ Wed, 26 Aug 2020 13:47:45 GMT

@@ -8,2 +8,3 @@ import dayjs from 'dayjs/esm'

import utc from 'dayjs/plugin/utc'
import minMax from 'dayjs/plugin/minMax'
import timeZone from './plugin/timezone.plugin'

@@ -17,2 +18,3 @@

dayjs.extend(utc)
dayjs.extend(minMax)
dayjs.extend(timeZone)

@@ -19,0 +21,0 @@

2

package.json
{
"name": "@beyonk/date-utils",
"version": "3.0.1",
"version": "3.1.0",
"description": "Beyonk Date Utils",

@@ -5,0 +5,0 @@ "author": "Antony Jones <aj@desirableobjects.co.uk>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc