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

@alwatr/math

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alwatr/math - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

6

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [1.1.6](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/math@1.1.5...@alwatr/math@1.1.6) (2023-10-23)
**Note:** Version bump only for package @alwatr/math
## [1.1.5](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/math@1.1.4...@alwatr/math@1.1.5) (2023-09-19)

@@ -11,3 +15,3 @@

* package repo urls ([466cbe9](https://github.com/AliMD/alwatr-eslib/commit/466cbe9188f24e1a1bc36d879a95b52538a58f16)) by @AliMD
- package repo urls ([466cbe9](https://github.com/AliMD/alwatr-eslib/commit/466cbe9188f24e1a1bc36d879a95b52538a58f16)) by @AliMD

@@ -14,0 +18,0 @@ ## [1.1.4](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/math@1.1.3...@alwatr/math@1.1.4) (2023-09-19)

4

package.json
{
"name": "@alwatr/math",
"version": "1.1.5",
"version": "1.1.6",
"description": "Simple useful Math library written in tiny TypeScript module.",

@@ -36,3 +36,3 @@ "keywords": [

},
"gitHead": "f223974f90666c18eab94dfefcc6b01d7c9e8f63"
"gitHead": "a5972f171b8e34b4e2bccc3ac023d9f7f6f36d72"
}
const supportedLanguageList = {
'en': 0x0030,
'ar': 0x0660,
'fa': 0x06f0,
'nko': 0x07c0,
'hi': 0x0966,
'bn': 0x09e6,
'pa': 0x0a66,
'gu': 0x0ae6,
'or': 0x0b66,
'ta': 0x0be6,
'te': 0x0c66,
'kn': 0x0ce6,
'mal': 0x0d66,
'sinhala_lith': 0x0de6,
'thai': 0x0e50,
'lao': 0x0ed0,
'tibetan': 0x0f20,
'myanmar': 0x1040,
'myanmar_shan': 0x1090,
'khmer': 0x17e0,
'mongolian': 0x1810,
'limbu': 0x1946,
'new_tai_lue': 0x19d0,
'tai_tham_hora': 0x1a80,
'tai_tham_tham': 0x1a90,
'balinese': 0x1b50,
'sundanese': 0x1bb0,
'lepcha': 0x1c40,
'ol_chiki': 0x1c50,
'vai': 0xa620,
'saurashtra': 0xa8d0,
'kayah_li': 0xa900,
'javanese': 0xa9d0,
'myanmar_tai_laing': 0xa9f0,
'cham': 0xaa50,
'meetei_mayek': 0xabf0,
'fullwidth': 0xff10,
'osmanya': 0x104a0,
'brahmi': 0x11066,
'sora_sompeng': 0x110f0,
'chakma': 0x11136,
'sharada': 0x111d0,
'khudawadi': 0x112f0,
'newa': 0x11450,
'tirhuta': 0x114d0,
'modi': 0x11650,
'takri': 0x116c0,
'ahom': 0x11730,
'warang_citi': 0x118e0,
'bhaiksuki': 0x11c50,
'mro': 0x16a60,
'pahawh_hmong': 0x16b50,
'mathematical_bold': 0x1d7ce,
en: 0x0030,
ar: 0x0660,
fa: 0x06f0,
nko: 0x07c0,
hi: 0x0966,
bn: 0x09e6,
pa: 0x0a66,
gu: 0x0ae6,
or: 0x0b66,
ta: 0x0be6,
te: 0x0c66,
kn: 0x0ce6,
mal: 0x0d66,
sinhala_lith: 0x0de6,
thai: 0x0e50,
lao: 0x0ed0,
tibetan: 0x0f20,
myanmar: 0x1040,
myanmar_shan: 0x1090,
khmer: 0x17e0,
mongolian: 0x1810,
limbu: 0x1946,
new_tai_lue: 0x19d0,
tai_tham_hora: 0x1a80,
tai_tham_tham: 0x1a90,
balinese: 0x1b50,
sundanese: 0x1bb0,
lepcha: 0x1c40,
ol_chiki: 0x1c50,
vai: 0xa620,
saurashtra: 0xa8d0,
kayah_li: 0xa900,
javanese: 0xa9d0,
myanmar_tai_laing: 0xa9f0,
cham: 0xaa50,
meetei_mayek: 0xabf0,
fullwidth: 0xff10,
osmanya: 0x104a0,
brahmi: 0x11066,
sora_sompeng: 0x110f0,
chakma: 0x11136,
sharada: 0x111d0,
khudawadi: 0x112f0,
newa: 0x11450,
tirhuta: 0x114d0,
modi: 0x11650,
takri: 0x116c0,
ahom: 0x11730,
warang_citi: 0x118e0,
bhaiksuki: 0x11c50,
mro: 0x16a60,
pahawh_hmong: 0x16b50,
mathematical_bold: 0x1d7ce,
'mathematical_double-struck': 0x1d7d8,
'mathematical_sans-serif': 0x1d7e2,
'mathematical_sans-serif_bold': 0x1d7ec,
'mathematical_monospace': 0x1d7f6,
'fula': 0x1e950, // adlam script in fula lang
mathematical_monospace: 0x1d7f6,
fula: 0x1e950, // adlam script in fula lang
};

@@ -61,0 +61,0 @@ const commonLangList = ['en', 'fa', 'ar'];

Sorry, the diff of this file is not supported yet

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