Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mathjslab

Package Overview
Dependencies
Maintainers
0
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mathjslab - npm Package Versions

23
9

1.6.1

Diff

Changelog

Source

1.6.1

  • All dependencies have been updated.
  • Optimizations in the file 'mathjslab-logo.svg'
  • Changes in the 'webpack.config.ts': path.resolve changed to path.join when possible. More rational path specifications. JavaScript files selection removed from regular expression test (configuration.module.rules[0].test and configuration.module.rules[0].exclude). JavaScript files selection removed from regular expressions in the file 'jest.config.js' too.
  • The demo Web application of MathJSLab package has been renamed to 'mathjslab-demo', with its repository also being renamed. All references to its name and repository have been updated.
  • Added information to the 'README.md' file stating that the MathJSLab package documentation is in three languages, in the demo web application repository.
sergiolindau
published 1.6.0 •

Changelog

Source

1.6.0

  • Change repository owner to MathJSLab GitHub organization: https://github.com/MathJSLab . Changes in repository references in 'package.json' file and documentation.
sergiolindau
published 1.5.13 •

Changelog

Source

1.5.13

  • Changes in 'README.md' file (CDN instructions and links, badges, build instructions, ISBN link, etc.).
  • Changes to build scripts ('script' directory): some console messages issued using console.warn and console.error instead of console.log.
  • The structure of the build files in the 'package.json' file has been modified (cleanup scripts).
sergiolindau
published 1.5.12 •

Changelog

Source

1.5.12

  • Some changes in 'README.md' file (links to mathjslab.com).
  • Exclude eslint and jest config from build ('tsconfig.build.json' file).
  • Improvements to the 'webpack.config.ts' file to setup configuration.mode = argv.mode. Webpack configuration was hardcoded as a factory.
  • The 'eslint.config.js' file has been changed to include more granular rules for the 'script' directory and configuration files.
sergiolindau
published 1.5.11 •

Changelog

Source

1.5.11

  • Domain setup (mathjslab.com). Set as "homepage" in 'package.json' file. Some changes in 'README.md' file.
sergiolindau
published 1.5.10 •

Changelog

Source

1.5.10

  • The 'node-html-parser', 'tsconfig-paths' and 'tsx' packages have been installed as development dependencies. The 'ts-node' package was kept because of the 'webpack.config.ts' file. Webpack uses 'ts-node' when the configuration file is coded in TypeScript. All dependencies have been updated.
  • The 'jest.config.js' file has been created and the jest configurations in the 'package.json' file have been moved to it.
  • The "keywords" field in 'package.json' file was modified.
  • The 'script' directory with build scripts has been created. It contains the 'helper' directory with useful functions for the build scripts.
  • The 'eslint.config.js' file has been changed to include more flexible rules for the 'script' directory.
  • The 'clean-package-lock.cjs' script has been created. It removes the 'package-lock.json' file and the 'node_modules' directory.
  • The 'build-resources.ts' script has been created. It downloads the latest version of ANTLR into the resources directory for use by the project.
  • The identifier property of the base classes (the first property of the class of type public static readonly, followed by the class name in uppercase) was set in each file by the literal numeric value in the files 'FunctionHandle.ts', 'CharString.ts' and 'Structure.ts'. This was necessary to fix errors occurring in jest tests.
sergiolindau
published 1.5.9 •

Changelog

Source

1.5.9

  • Prettier settings in 'eslint.config.js'.
  • File '.npmrc' created. Configuration legacy-peer-deps set to true.
  • Target modified to es2015.
  • Badge 'GitHub Created At' added to 'README.md'.
sergiolindau
published 1.5.8 •

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'.
23
9
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