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

@bimdata/gltf-extractor-viewer-plugin

Package Overview
Dependencies
Maintainers
6
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bimdata/gltf-extractor-viewer-plugin - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

dist/gltfExtractor.plugin.js

10

package.json
{
"name": "@bimdata/gltf-extractor-viewer-plugin",
"type": "module",
"version": "2.0.0",
"version": "2.0.1",
"description": "gltfExtractor BIMData Viewer Plugin",
"scripts": {
"build": "vite build && npm exec terser -- -c -m --module dist/gltfExtractor.plugin.js > dist/gltfExtractor.plugin.esm.min.js && rm dist/gltfExtractor.plugin.js",
"build": "vite build && terser -c -m -o dist/gltfExtractor.plugin.js --module dist/gltfExtractor.plugin.js",
"watch": "vite build --watch",
"prepublishOnly": "npm run build"
},
"main": "./dist/gltfExtractor.plugin.esm.min.js",
"module": "./dist/gltfExtractor.plugin.esm.min.js",
"main": "./dist/gltfExtractor.plugin.js",
"module": "./dist/gltfExtractor.plugin.js",
"files": [

@@ -28,5 +28,5 @@ "dist"

"terser": "^5.17.1",
"vite": "^4.0.0",
"vite": "^4.3.1",
"vite-plugin-css-injected-by-js": "^2.4.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