New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 0.14.0 to 0.14.1

23

dist/es/cldr.d.ts

@@ -65,6 +65,25 @@ /**

*
* @param options The dateFieldName options.
* The available `type` values are:
* - `era`
* - `year`
* - `quarter`
* - `month`
* - `week`
* - `day`
* - `dayperiod`
* - `hour`
* - `minute`
* - `second`
* - `zone`
*
* The available `nameType` values are:
* - `wide`
* - `narrow`
* - `short`
*
* @param options Detailed configuration for the desired date field name.
* @param locale The optional locale id. If not specified, the `"en"` locale id is used.
* @returns The localized date field name determined by the dateFieldName options.
* @returns The localized date field name from the current locale based on the option.
*
*
* @example

@@ -71,0 +90,0 @@ * ```

@@ -103,2 +103,5 @@ import { DateFormatNameOptions } from './cldr';

/**
* Details for the date format part.
*/
export interface DateFormatPart {

@@ -105,0 +108,0 @@ /**

2

package.json
{
"name": "@telerik/kendo-intl",
"description": "A package exporting functions for date and number parsing and formatting",
"version": "0.14.0",
"version": "0.14.1",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

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