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

@lumiscaphe/react-viewer

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lumiscaphe/react-viewer - npm Package Compare versions

Comparing version 0.5.14 to 0.5.15

4

package.json
{
"name": "@lumiscaphe/react-viewer",
"version": "0.5.14",
"version": "0.5.15",
"description": "Official React component for Lumiscaphe 3D Viewer",

@@ -13,3 +13,3 @@ "main": "dist/index.js",

"dependencies": {
"@lumiscaphe/viewer": "^0.5.14",
"@lumiscaphe/viewer": "^0.5.15",
"lodash.isequal": "^4.5.0",

@@ -16,0 +16,0 @@ "prop-types": "^15.6.1",

@@ -32,3 +32,3 @@ # react-viewer

background: 'product',
};'
};

@@ -70,13 +70,13 @@ // Optional

<LumiscapheViewer
server="{server}"
scene="{scene}"
view="{view}"
transition="{transition}"
encoder="{encoder}"
parameters="{parameters}"
onInteraction="{events.onInteraction}"
onLoadStart="{events.onLoadStart}"
onLoadProgress="{events.onLoadProgress}"
onLoadEnd="{events.onLoadEnd}"
onLoadError="{events.onLoadError}"
server={server}
scene={scene}
view={view}
transition={transition}
encoder={encoder}
parameters={parameters}
onInteraction={events.onInteraction}
onLoadStart={events.onLoadStart}
onLoadProgress={events.onLoadProgress}
onLoadEnd={events.onLoadEnd}
onLoadError={events.onLoadError}
/>

@@ -83,0 +83,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