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

three-orbit-viewer

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

three-orbit-viewer - npm Package Compare versions

Comparing version 69.2.4 to 69.2.5

8

package.json
{
"name": "three-orbit-viewer",
"version": "69.2.4",
"version": "69.2.5",
"description": "quick harness for viewing a mesh with orbit viewer",

@@ -20,10 +20,12 @@ "main": "index.js",

"devDependencies": {
"browserify": "^8.0.3",
"browserify": "^8.1.0",
"domready": "^1.0.7",
"eases": "^1.0.2",
"three": "^0.69.0",
"uglify-js": "^2.4.16",
"wzrd": "^1.1.1"
},
"scripts": {
"test": "wzrd demo/test.js"
"start": "wzrd demo/test.js",
"build": "browserify demo/test.js | uglifyjs -cm > demo/bundle.js"
},

@@ -30,0 +32,0 @@ "keywords": [

@@ -84,2 +84,6 @@ # three-orbit-viewer

## Building / Testing
To build from source, git clone and `npm install` local dependencies, then run `npm start` to run a development server on `localhost:9966` or `npm run build` to create a compressed bundle of the [demo source](demo/test.js).
## Versioning

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