paraviewweb
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60
2845277
3
24444
1
+ Addedautobahn@0.9.6
+ Addedwhen@3.7.7
+ Addedws@0.8.1
+ Addedautobahn@0.9.6(transitive)
+ Addedbindings@1.2.1(transitive)
+ Addedbufferutil@1.2.1(transitive)
+ Addedcrypto-js@4.2.0(transitive)
+ Addednan@2.22.02.4.0(transitive)
+ Addedoptions@0.0.6(transitive)
+ Addedultron@1.0.2(transitive)
+ Addedutf-8-validate@1.2.2(transitive)
+ Addedwhen@3.7.7(transitive)
+ Addedws@0.8.1(transitive)