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

@phensley/cldr-types

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phensley/cldr-types - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

4

lib-es/general.d.ts
/**
* @public
*/
export declare type CharacterOrderType = 'ttb' | 'btt';
export declare type CharacterOrderType = 'ltr' | 'rtl';
/**

@@ -12,3 +12,3 @@ * @public

*/
export declare type LineOrderType = 'ltr' | 'rtl';
export declare type LineOrderType = 'ttb' | 'btt';
/**

@@ -15,0 +15,0 @@ * @public

/**
* @public
*/
export declare type CharacterOrderType = 'ttb' | 'btt';
export declare type CharacterOrderType = 'ltr' | 'rtl';
/**

@@ -12,3 +12,3 @@ * @public

*/
export declare type LineOrderType = 'ltr' | 'rtl';
export declare type LineOrderType = 'ttb' | 'btt';
/**

@@ -15,0 +15,0 @@ * @public

{
"name": "@phensley/cldr-types",
"version": "1.2.4",
"version": "1.2.5",
"description": "Types shared among packages in the @phensley/cldr library",

@@ -73,3 +73,3 @@ "main": "lib/index.js",

},
"gitHead": "5e98c2c15199c625187775aee85734a90b88a8e4"
"gitHead": "6b1ee03fa66ae183de7529257b3273d0e16ef3af"
}
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