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 Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "mathjslab",
"version": "1.0.2",
"version": "1.0.3",
"description": "MathJSLab - Interpreter with language syntax like MATLAB/Octave",

@@ -5,0 +5,0 @@ "main": "dist/mathjslab.js",

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

export { CharString } from './char-string';
export { CharString } from './char-string'
export { Decimal } from 'decimal.js';

@@ -3,0 +3,0 @@ export { ComplexDecimal } from './complex-decimal';

@@ -30,4 +30,6 @@ import path from 'path';

output: {
path: path.resolve(__dirname, 'dist'),
filename: 'mathjslab.js',
path: path.resolve(__dirname, 'dist'),
library: 'mathjslab',
libraryTarget: 'umd',
clean: true,

@@ -34,0 +36,0 @@ },

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

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