Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@date-io/core

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@date-io/core - npm Package Compare versions

Comparing version 2.4.0 to 2.5.0

3

IUtils.d.ts

@@ -85,2 +85,4 @@ export interface DateIOFormats<TLibFormatToken = string> {

isWithinRange(value: TDate, range: [TDate, TDate]): boolean;
startOfMonth(value: TDate): TDate;

@@ -92,2 +94,3 @@ endOfMonth(value: TDate): TDate;

addDays(value: TDate, count: number): TDate;
addMonths(value: TDate, count: number): TDate;

@@ -94,0 +97,0 @@ startOfDay(value: TDate): TDate;

6

package.json
{
"name": "@date-io/core",
"version": "2.4.0",
"version": "2.5.0",
"description": "Abstraction over common javascript date management libraries",

@@ -31,6 +31,6 @@ "scripts": {

"devDependencies": {
"rollup": "^1.27.7",
"rollup": "^2.0.2",
"typescript": "^3.7.2"
},
"gitHead": "d1b13999d15fce1c7b06d20654f1867ec6a7e096"
"gitHead": "c6fc999bc503c79a913c2fd51a4bbce4427694d5"
}
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