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.13.2 to 2.14.0

4

dev-utils.js

@@ -17,3 +17,3 @@ const nodeResolve = require("rollup-plugin-node-resolve");

format: "esm",
exports: "auto"
exports: "auto",
},

@@ -28,3 +28,3 @@ plugins: [nodeResolve({ extensions }), typescriptPlugin({ typescript })],

format: "cjs",
exports: "auto"
exports: "auto",
},

@@ -31,0 +31,0 @@ plugins: [nodeResolve({ extensions }), typescriptPlugin({ typescript })],

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

startOfYear(value: TDate): TDate;
endOfYear(value: TDate): TDate;
startOfMonth(value: TDate): TDate;

@@ -114,0 +116,0 @@ endOfMonth(value: TDate): TDate;

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

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

},
"gitHead": "c83bcc817b3589b4fe0d031e065f9ccd36a4d4c1"
"gitHead": "77f89b4859d228ed8f34c740e3defc78d52bdba1"
}
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