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.7 to 1.0.8

2

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

@@ -5,0 +5,0 @@ "repository": {

@@ -10,6 +10,6 @@ ## [ParaViewWeb](http://kitware.github.io/ParaViewWeb/)

ParaViewWeb aims to provide a framework or a Toolkit for building interactive
web visualization relying on VTK or ParaView to produce visualization data.
ParaViewWeb aims to provide a framework for building interactive
web visualizations which rely on VTK or ParaView to produce visualization data.
Those data could be static or dynamic ranging from a no-server setup to either
This data can be static or dynamic ranging from a no-server setup to
having a ParaView or VTK backend sending either geometry or images to the client.

@@ -16,0 +16,0 @@

@@ -9,4 +9,4 @@ export default function createMethods(session) {

},
get: (proxyId) => {
return session.call('pv.proxy.manager.get', [ proxyId ]);
get: (proxyId, ui=true) => {
return session.call('pv.proxy.manager.get', [ proxyId, ui ]);
},

@@ -13,0 +13,0 @@ findProxyId: (groupName, proxyName) => {

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