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

paraviewweb

Package Overview
Dependencies
Maintainers
1
Versions
346
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paraviewweb - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

13

package.json
{
"name": "paraviewweb",
"version": "1.0.8",
"version": "1.0.9",
"description": "Web framework for building interactive visualization relying on VTK or ParaView to produce visualization data",

@@ -15,5 +15,8 @@ "repository": {

"main": "./dist/ParaViewWeb.js",
"dependencies": {},
"dependencies": {
"autobahn": "0.9.6",
"when": "3.7.7",
"ws": "0.8.1"
},
"devDependencies": {
"autobahn": "0.9.6",
"axios": "0.9.0",

@@ -28,4 +31,2 @@ "font-awesome": "4.5.0",

"react-dom": "0.14.7",
"when": "3.7.7",
"ws": "0.8.1",
"tonic-arctic-sample-data": "http://www.kitware.com/in-situ-data/npm/tonic-arctic-sample-data-1.2.2.tgz",

@@ -93,3 +94,3 @@ "node-libs-browser": "1.0.0",

"fix-autobahn": "sed -i.bak 's/WAMP_FEATURES = {/var WAMP_FEATURES = {/' ./node_modules/autobahn/lib/session.js && sed -i.bak 's/var var WAMP_FEATURES = {/var WAMP_FEATURES = {/' ./node_modules/autobahn/lib/session.js && rm ./node_modules/autobahn/lib/session.js.bak",
"postintall": "npm run fix-autobahn",
"postinstall": "npm run fix-autobahn",
"install:global": "npm install -g commitizen@2.5.0",

@@ -96,0 +97,0 @@ "doc": "node ./documentation/cli/pvw-doc -e",

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