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.2.0 to 2.3.0

1

IUtils.d.ts

@@ -61,2 +61,3 @@ export interface DateIOFormats<TLibFormatToken = string> {

date(value?: any): TDate | null;
toJsDate(value: TDate): Date;
parse(value: string, format: string): TDate | null;

@@ -63,0 +64,0 @@

4

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

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

},
"gitHead": "fb544fcb8d281ae4642eb1677a3dc147d626c592"
"gitHead": "9073e951057d018665cdc2facd75892914cfa9bc"
}
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