New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mathjslab

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mathjslab - npm Package Versions

13
9

1.5.8

Diff

Changelog

Source

1.5.8

  • Badge changes in 'README.md' file. Using badges from https://shields.io/ .
  • Dependecies update.
  • Bug fix in functions 'asin', 'acsc', 'asec' and 'acot'.
  • Configurations in '.eslintrc.js' (removed) modified to flat config in 'eslint.config.js'.
sergiolindau
published 1.5.7 •

Changelog

Source

1.5.7

  • MathJSLab logo in README.md file.
  • User function 'isstruc'.
sergiolindau
published 1.5.6 •

Changelog

Source

1.5.6

  • Optimizations in CoreFunctions.throwInvalidCallError (testparameter) and all CoreFunctions methods that use it.
  • More strong type definitions in 'CoreFunctions.ts' file.
  • User functions 'isscalar', 'ismatrix', 'isvector', 'iscell', 'isrow' and 'iscolumn'.
sergiolindau
published 1.5.5 •

Changelog

Source

1.5.5

  • Sizes and Zenodo badges in 'README.md'.
  • User function 'squeeze'.
sergiolindau
published 1.5.4 •

Changelog

Source

1.5.4

  • Bug fix in MultiArray.evaluate (array of cells be evaluated in the same way as common array now solved).
sergiolindau
published 1.5.3 •

Changelog

Source

1.5.3

  • Bug fix in MultiArray.evaluate (evaluating null array throws error now solved).
sergiolindau
published 1.5.2 •

Changelog

Source

1.5.2

  • Bug fix in MultiArray.evaluate. Before the method was page-oriented. Now is full dimensional using recursion and concatenation.
  • Exports ElementType from 'MultiArray.ts' in 'lib.ts'.
  • User functions 'repmat', 'colon', 'linspace', 'logspace', 'meshgrid' and 'ndgrid'.
  • Optimizations in MultiArray.reshape.
sergiolindau
published 1.5.1 •

Changelog

Source

1.5.1

  • Bug fix in Evaluator ('IDX' node processing).
sergiolindau
published 1.5.0 •

Changelog

Source

1.5.0

  • The file 'FunctionHandle.ts' and its corresponding test file has been created. The FunctionHandle type has been created and made a member of AST.NodeExpr through ElementType. Evaluator.nameTable entries has been modified to AST.NodeExpr. Changes in Evaluator.Evaluator, removing function definition, and altering processing of node types 'IDENT' and 'IDX' to use function handles. Now the function definitions and use is the same like in MATLAB®/Octave.
sergiolindau
published 1.4.2 •

Changelog

Source

1.4.2

  • Bug fix in indexing by colon (:).
  • Bug fix in functions 'ones' and 'zeros' (CoreFunctions.newFilled).
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