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.7 to 1.1.8

6

CHANGELOG.md

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

## [1.1.8](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/math@1.1.7...@alwatr/math@1.1.8) (2023-10-23)
### Bug Fixes
* **math:** compatible with new logger api ([49d1a28](https://github.com/AliMD/alwatr-eslib/commit/49d1a28c8165893febfec3a9867e169bb860fd73)) by @AliMD
## [1.1.7](https://github.com/AliMD/alwatr-eslib/compare/@alwatr/math@1.1.6...@alwatr/math@1.1.7) (2023-10-23)

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

7

math.js

@@ -1,7 +0,4 @@

import { globalAlwatr } from '@alwatr/logger';
import { definePackage } from '@alwatr/logger';
export { UnicodeDigits } from './unicode-digits.js';
globalAlwatr.registeredList.push({
name: '@alwatr/math',
version: _ALWATR_VERSION_,
});
definePackage('math', '1.x');
/**

@@ -8,0 +5,0 @@ * Number.isFinite simple polyfill

{
"name": "@alwatr/math",
"version": "1.1.7",
"version": "1.1.8",
"description": "Simple useful Math library written in tiny TypeScript module.",

@@ -33,6 +33,6 @@ "keywords": [

"dependencies": {
"@alwatr/logger": "^1.2.0",
"@alwatr/logger": "^2.0.0",
"tslib": "^2.6.2"
},
"gitHead": "26313bbc24641dcfdaa3a0f94159218e634f390d"
"gitHead": "66a820931d638c8e4b465c86bf5c6ad0771d62ad"
}

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