Socket
Socket
Sign inDemoInstall

mathjs

Package Overview
Dependencies
Maintainers
1
Versions
279
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mathjs - npm Package Compare versions

Comparing version 10.5.2 to 10.5.3

4

lib/cjs/header.js

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

*
* @version 10.5.2
* @date 2022-05-09
* @version 10.5.3
* @date 2022-05-11
*

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

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

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

@@ -1,2 +0,2 @@

export var version = '10.5.2'; // Note: This file is automatically generated when building math.js.
export var version = '10.5.3'; // Note: This file is automatically generated when building math.js.
// Changes made in this file will be overwritten.
{
"name": "mathjs",
"version": "10.5.2",
"version": "10.5.3",
"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.",

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

"dist",
"docs",
"lib",
"examples",
"main",

@@ -143,2 +141,6 @@ "types",

],
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"scripts": {

@@ -171,3 +173,3 @@ "build": "gulp --gulpfile gulpfile.cjs && npm run update-authors",

"engines": {
"node": ">= 12"
"node": ">= 14"
},

@@ -177,9 +179,2 @@ "bugs": {

},
"directories": {
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
"src": "./src",
"test": "./test"
},
"browserslist": [

@@ -186,0 +181,0 @@ "IE 11"

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

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