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

@doe-casl/verain-view

Package Overview
Dependencies
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@doe-casl/verain-view - npm Package Compare versions

Comparing version 1.3.13 to 1.3.14

src/simput/MapEditor.js

2

package.json
{
"name": "@doe-casl/verain-view",
"version": "1.3.13",
"version": "1.3.14",
"description": "VeraInView is a standalone HTML file that can act as an application to visualize your VERAin XML files.",

@@ -5,0 +5,0 @@ "author": "Kitware, Inc.",

import React from 'react';
import CellEditor from './CellEditor';
import RodEditor from './RodEditor';
import MapEditor from './MapEditor';

@@ -27,2 +28,12 @@ function registerLocalEditors(Simput) {

));
Simput.updateWidgetMapping('MapEditor', (prop, viewData, onChange) => (
<MapEditor
key={prop.data.id}
data={prop.data}
ui={prop.ui}
viewData={viewData}
show={prop.show}
onChange={onChange || prop.onChange}
/>
));
}

@@ -29,0 +40,0 @@ }

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