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 0.24.1 to 0.25.0

6

CHANGELOG.md

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

# [0.25.0](https://github.com/AliMD/alwatr/compare/v0.24.1...v0.25.0) (2022-12-07)
### Bug Fixes
- **math:** UnicodeDigits type issue ([508a9b2](https://github.com/AliMD/alwatr/commit/508a9b22a792284f7b5c54d095d6212d6277dc6b))
## [0.24.1](https://github.com/AliMD/alwatr/compare/v0.24.0...v0.24.1) (2022-12-01)

@@ -8,0 +14,0 @@

4

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

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

},
"gitHead": "5aee7500ddc3a20fd0690f47a954dc55daaffb06"
"gitHead": "03cf3c146f075309527bcf1e762a589696d0ce1d"
}

@@ -63,4 +63,4 @@ declare const supportedLanguageList: {

export declare class UnicodeDigits {
protected _toLangZeroCode: 48 | 1632 | 1776 | 1984 | 2406 | 2534 | 2662 | 2790 | 2918 | 3046 | 3174 | 3302 | 3430 | 3558 | 3664 | 3792 | 3872 | 4160 | 4240 | 6112 | 6160 | 6470 | 6608 | 6784 | 6800 | 6992 | 7088 | 7232 | 7248 | 42528 | 43216 | 43264 | 43472 | 43504 | 43600 | 44016 | 65296 | 66720 | 69734 | 69872 | 69942 | 70096 | 70384 | 70736 | 70864 | 71248 | 71360 | 71472 | 71904 | 72784 | 92768 | 93008 | 120782 | 120792 | 120802 | 120812 | 120822 | 125264;
protected _searchRegExt: RegExp;
protected _toLangZeroCode: any;
protected _searchRegExt: any;
protected _replacer(_: string, ...args: number[]): string;

@@ -67,0 +67,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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