Socket
Socket
Sign inDemoInstall

jsuites

Package Overview
Dependencies
Maintainers
0
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsuites - npm Package Compare versions

Comparing version 5.4.3 to 5.4.4

6

dist/types/calendar.d.ts

@@ -63,4 +63,4 @@ interface Options {

getYears: () => void;
/** Get the current date */
getValue: () => string;
/** Get the current date. Get the internal value or the real component value */
getValue: (internal?: boolean) => string;
/** Advance to the next month, year or group of years depending on the current view mode */

@@ -77,3 +77,3 @@ next: () => void;

/** Change the configurations */
setOptions
setOptions: () => void;
/** Change the date for today */

@@ -80,0 +80,0 @@ setToday: () => void;

@@ -29,3 +29,3 @@ {

"types": "dist/jsuites.d.ts",
"version": "5.4.3",
"version": "5.4.4",
"bugs": "https://github.com/jsuites/jsuites/issues",

@@ -32,0 +32,0 @@ "homepage": "https://github.com/jsuites/jsuites",

Sorry, the diff of this file is too big to display

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