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 1.3.12 to 1.3.13

4

IUtils.d.ts

@@ -25,3 +25,7 @@ export interface IUtils<TDate> {

isEqual(value: any, comparing: any): boolean;
isSameDay(value: TDate, comparing: TDate): boolean;
isSameMonth(value: TDate, comparing: TDate): boolean;
isSameYear(value: TDate, comparing: TDate): boolean;
isSameHour(value: TDate, comparing: TDate): boolean;

@@ -28,0 +32,0 @@ isAfter(value: TDate, comparing: TDate): boolean;

4

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

@@ -34,3 +34,3 @@ "scripts": {

},
"gitHead": "f47f6e02f69e81af8139ae1d8ab5354cebc8cdcc"
"gitHead": "d105764c36b2021cde1fbcddd5445fed582a511c"
}
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