Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.69.1 to 69.0.0

4

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

@@ -15,3 +15,3 @@ "main": "index.js",

"events": "^1.0.2",
"three-orbit-controls": "^0.69.0",
"three-orbit-controls": "~0.69.0",
"xtend": "^4.0.0"

@@ -18,0 +18,0 @@ },

@@ -77,3 +77,3 @@ # three-orbit-viewer

Because of ThreeJS's versioning, the safest choice is to use `--save-exact` when installing this module (no tilde or caret). The minor version should line up with major ThreeJS releases, e.g. `0.69.0` => `r69`. Please submit a PR or issue if you notice any issues going forward.
This uses an unusual versioning system to better support ThreeJS's (lack of) versioning. The major version of this repo will line up with ThreeJS releases (`69.0.0` => `r69`). The minor will be reserved for any new features, and patch for bug fixes and documentation/readme updates. In some rare cases, a minor feature may introduce a breaking change; so it's generally safest to use tilde or `--save-exact` for this module.

@@ -80,0 +80,0 @@ ## License

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