@bimdata/gltf-extractor-viewer-plugin
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"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" | ||
} | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
548575
0