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

vim-webgl-viewer

Package Overview
Dependencies
Maintainers
1
Versions
698
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vim-webgl-viewer - npm Package Compare versions

Comparing version 1.0.0-beta.2 to 1.0.0-dev.0

16

package.json
{
"name": "vim-webgl-viewer",
"version": "1.0.0-beta.2",
"version": "1.0.0-dev.0",
"description": "A high-performance 3D viewer and VIM file loader built on top of Three.JS.",

@@ -18,3 +18,3 @@ "files": [

"type": "git",
"url": "git+https://github.com/vimaec/vim-webgl-viewer.git"
"url": "https://github.com/vimaec/vim-webgl-viewer.git"
},

@@ -24,3 +24,8 @@ "scripts": {

"build": "vite build",
"bump": "npm version prerelease --preid=beta",
"bump-dev": "npm version prerelease --preid=dev",
"publish-dev": "npm publish --tag=dev",
"serve-docs": "http-server ./docs",
"gen-docs": "node docs/genDocs.js",
"start-dev": "open https://vimaec.github.io/vim-webgl-viewer/index-dev.html?model=https%3A%2F%2Fvim.azureedge.net%2Fsamples%2Fskanska.vim",
"release-dev": "npm run build && npm run gen-docs && git commit -a -m \"Rebuilding\" && git push && npm run bump-dev && git push && npm run publish-dev && start-dev",
"eslint": "eslint --ext .js,.ts src --fix"

@@ -41,7 +46,8 @@ },

"eslint-plugin-promise": "^5.1.0",
"http-server": "^14",
"mustache": "^4.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"typescript": "^4.4.3",
"vite": "^2.6.3",
"http-server": "^14"
"vite": "^2.6.3"
},

@@ -48,0 +54,0 @@ "dependencies": {

@@ -91,3 +91,3 @@ # VIM Three.JS 3D Viewer

viewer.view({
url: './residence.vim',
url: 'https://vim.azureedge.net/samples/residence.vim',
object: {

@@ -94,0 +94,0 @@ scale: 0.1,

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