paraviewweb
paraviewweb copied to clipboard
Web framework for building interactive visualization relying on VTK or ParaView to produce visualization data
### High-level description when I type "npm run build" or "npm run test",it doesnt work ### Steps to reproduce ### Detailed behavior at BulkUpdateDecorator.hashFactory (/Users/hanglok/work/web/ParaView/paraviewweb-master/node_modules/webpack/lib/util/createHash.js:145:18) at BulkUpdateDecorator.update (/Users/hanglok/work/web/ParaView/paraviewweb-master/node_modules/webpack/lib/util/createHash.js:46:50) at RawSource.updateHash...
when I run: `npm install` It shows npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c ./config/prebuild.sh npm ERR! '.' is not recognized as an internal or external command, npm ERR! code...
### High-level description Trying to ```npm install paraviewweb``` leads to error. ### Steps to reproduce ```npm install paraviewweb``` ### Detailed behavior ``` npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c ./config/prebuild.sh...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.28 to 0.7.35. Changelog Sourced from ua-parser-js's changelog. Version 0.7.35 / 1.0.35 Fix result from user-supplied user-agent being altered Add new browser: Heytap, TikTok Add new engine:...
Bumps [jszip](https://github.com/Stuk/jszip) from 3.2.2 to 3.8.0. Changelog Sourced from jszip's changelog. v3.8.0 2022-03-30 Santize filenames when files are loaded with loadAsync, to avoid "zip slip" attacks. The original filename is...
Dear ParaviewWeb community, I'm looking for a way to host 2d and 3d cfd simulation datasets and allow users to visualize them within the web browser. Scalability is an issue...
Bumps [axios](https://github.com/axios/axios) from 0.19.0 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...
MouseHandler does not support middle button. MouseHandler right button support is broken: You first need to do a full right click (mouse down and up), then hover the mouse (move...