New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stl-viewer

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stl-viewer - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

4

package.json
{
"name": "stl-viewer",
"version": "0.1.3",
"version": "0.1.4",
"description": "A component for viewing an STL object from a given URL by utilizing Three.js",

@@ -19,3 +19,3 @@ "main": "dist/STLViewer.js",

"type": "git",
"url": "https://github.com/chiedolabs/stl-viewer.git"
"url": "https://github.com/chiedolabs/react-stl-viewer.git"
},

@@ -22,0 +22,0 @@ "scripts": {

@@ -1,6 +0,6 @@

# STL Viewer
# React STL Viewer
A component for viewing an STL object from a given URL by utilizing Three.js
A React component for viewing an STL object from a given URL by utilizing Three.js
*Note that you will still have to abide by the rules of CORS*
*Note that you will still have to abide by the rules of CORS so you won't just be able to load a 3D file from someone else's site*

@@ -15,9 +15,9 @@ # Installation

<STLViewer
url='http://www.example.com/example-url.stl'
width={400}
height={400}
modelColor='#B92C2C'
backgroundColor='#EAEAEA'
rotate={true}
orbitControls={true}
/>
url='http://www.example.com/example-url.stl'
width={400}
height={400}
modelColor='#B92C2C'
backgroundColor='#EAEAEA'
rotate={true}
orbitControls={true}
/>
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