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.0.0 to 1.0.1

4

IUtils.d.ts

@@ -18,5 +18,5 @@ export interface IUtils<TDate> {

isNull(value: TDate | null): boolean;
isValid(value: TDate): boolean;
isValid(value: any): boolean;
getDiff(value: TDate, comparing: TDate): number;
isEqual(value: TDate, comparing: TDate): boolean;
isEqual(value: any, comparing: any): boolean;
isSameDay(value: TDate, comparing: TDate): boolean;

@@ -23,0 +23,0 @@

{
"name": "@date-io/core",
"version": "1.0.0",
"version": "1.0.1",
"description": "Abstraction over common javascript date management libraries",

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

},
"gitHead": "c4e71fade0dc1e4b711203e29643475adcc7abb0"
"gitHead": "85bac554cf41ec50e135e2123f1d1c6691bcaa7f"
}
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