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.10.11 to 2.11.0

2

IUtils.d.ts

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

toJsDate(value: TDate): Date;
parseISO(isString: string): TDate;
toISO(value: TDate): string;
parse(value: string, format: string): TDate | null;

@@ -83,0 +85,0 @@

4

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

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

},
"gitHead": "8e4af1bfc24249273484070d5dac479258ea2416"
"gitHead": "383185d28e3e2636b2796bb198de50ea8891a2b9"
}
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