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 3.2.3 to 3.2.4

2

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

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

/* eslint-disable arrow-body-style */
export default function createMethods(session) {
return {
create: (functionName, parentId = '0') => {
return session.call('pv.proxy.manager.create', [functionName, parentId]);
create: (
functionName,
parentId = '0',
initialValues = {},
skipDomain = false
) => {
return session.call('pv.proxy.manager.create', [
functionName,
parentId,
initialValues,
skipDomain,
]);
},

@@ -7,0 +17,0 @@ open: (relativePath) => {

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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