Socket
Socket
Sign inDemoInstall

mathjs

Package Overview
Dependencies
10
Maintainers
1
Versions
272
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.10.0 to 11.10.1

4

lib/browser/math.js.LICENSE.txt

@@ -26,4 +26,4 @@ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

*
* @version 11.10.0
* @date 2023-08-23
* @version 11.10.1
* @date 2023-08-31
*

@@ -30,0 +30,0 @@ * @license

@@ -37,2 +37,5 @@ "use strict";

*
* See also:
* zeta
*
* @param {number | Array | Matrix} x A real number

@@ -39,0 +42,0 @@ * @return {number | Array | Matrix} The erf of `x`

@@ -48,2 +48,4 @@ "use strict";

*
* See also:
* erf
*

@@ -50,0 +52,0 @@ * @param {number | Complex | BigNumber} s A Real, Complex or BigNumber parameter to the Riemann Zeta Function

@@ -9,4 +9,4 @@ /**

*
* @version 11.10.0
* @date 2023-08-23
* @version 11.10.1
* @date 2023-08-31
*

@@ -13,0 +13,0 @@ * @license

@@ -28,3 +28,3 @@ "use strict";

}
while (!hasOwnProperty.call(queue, ++base)) continue;
while (!Object.prototype.hasOwnProperty.call(queue, ++base)) {/* empty */}
};

@@ -47,3 +47,3 @@ limit = Math.abs(limit);

if (base !== oldIndex) return undefined;
while (!hasOwnProperty.call(queue, ++base)) continue;
while (!Object.prototype.hasOwnProperty.call(queue, ++base)) {/* empty */}
return undefined;

@@ -50,0 +50,0 @@ },

@@ -7,5 +7,5 @@ "use strict";

exports.version = void 0;
var version = '11.10.0';
var version = '11.10.1';
// Note: This file is automatically generated when building math.js.
// Changes made in this file will be overwritten.
exports.version = version;

@@ -33,2 +33,5 @@ /* eslint-disable no-loss-of-precision */

*
* See also:
* zeta
*
* @param {number | Array | Matrix} x A real number

@@ -35,0 +38,0 @@ * @return {number | Array | Matrix} The erf of `x`

@@ -44,2 +44,4 @@ import { factory } from '../../utils/factory.js';

*
* See also:
* erf
*

@@ -46,0 +48,0 @@ * @param {number | Complex | BigNumber} s A Real, Complex or BigNumber parameter to the Riemann Zeta Function

@@ -22,3 +22,3 @@ // (c) 2018, Mariusz Nowak

}
while (!hasOwnProperty.call(queue, ++base)) continue;
while (!Object.prototype.hasOwnProperty.call(queue, ++base)) {/* empty */}
};

@@ -41,3 +41,3 @@ limit = Math.abs(limit);

if (base !== oldIndex) return undefined;
while (!hasOwnProperty.call(queue, ++base)) continue;
while (!Object.prototype.hasOwnProperty.call(queue, ++base)) {/* empty */}
return undefined;

@@ -44,0 +44,0 @@ },

@@ -1,3 +0,3 @@

export var version = '11.10.0';
export var version = '11.10.1';
// Note: This file is automatically generated when building math.js.
// Changes made in this file will be overwritten.
{
"name": "mathjs",
"version": "11.10.0",
"version": "11.10.1",
"description": "Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types like numbers, big numbers, complex numbers, fractions, units, and matrices.",

@@ -32,3 +32,3 @@ "author": "Jos de Jong <wjosdejong@gmail.com> (https://github.com/josdejong)",

"escape-latex": "^1.2.0",
"fraction.js": "^4.2.0",
"fraction.js": "^4.3.4",
"javascript-natural-sort": "^0.7.1",

@@ -35,0 +35,0 @@ "seedrandom": "^3.0.5",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc