Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@telerik/kendo-intl

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@telerik/kendo-intl - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1-dev.201905161326

8

dist/npm/cldr.d.ts

@@ -107,5 +107,5 @@ /**

/**
* The weekend start and end days
* The weekend start and end days.
*/
export interface WeekendRange {
export interface DayRange {
start: number;

@@ -116,3 +116,3 @@ end: number;

/**
* Returns and object.
* Returns the weekend start and end days.
*

@@ -122,3 +122,3 @@ * @param locale - The locale `id`.

*/
export function weekendRange(locale: string): WeekendRange;
export function weekendRange(locale: string): DayRange;

@@ -125,0 +125,0 @@ /**

@@ -6,3 +6,3 @@ {

"license": "Apache-2.0",
"version": "1.5.0",
"version": "1.5.1-dev.201905161326",
"main": "dist/npm/main.js",

@@ -9,0 +9,0 @@ "module": "dist/es/main.js",

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