vim-webgl-component
Advanced tools
Comparing version 0.1.1-dev.12 to 0.1.1-dev.13
/// <reference types="react" /> | ||
import * as VIM from 'vim-webgl-viewer/'; | ||
import './style.css'; | ||
export declare function createRoot(): HTMLDivElement; | ||
export declare function createContainer(viewer: VIM.Viewer): HTMLDivElement; | ||
export declare function VimComponent(props: { | ||
onViewerReady: (vim: VIM.Viewer) => void; | ||
viewer: VIM.Viewer; | ||
onMount: () => void; | ||
logo?: boolean; | ||
@@ -8,0 +9,0 @@ inspector?: boolean; |
{ | ||
"name": "vim-webgl-component", | ||
"version": "0.1.1-dev.12", | ||
"version": "0.1.1-dev.13", | ||
"description": "A demonstration app built on top of the vim-webgl-viewer", | ||
@@ -22,3 +22,3 @@ "files": [ | ||
"scripts": { | ||
"dev": "vite", | ||
"dev": "vite --host", | ||
"build": "vite build && npm run declarations", | ||
@@ -35,2 +35,3 @@ "bump-dev": "npm version prerelease --preid=dev", | ||
"@types/react": "^17.0.39", | ||
"@types/react-dom": "^18.0.5", | ||
"@types/three": "^0.133.0", | ||
@@ -49,2 +50,3 @@ "@typescript-eslint/eslint-plugin": "^4.33.0", | ||
"prettier": "^2.5.1", | ||
"react-dom": "^18.1.0", | ||
"typescript": "^4.5.5", | ||
@@ -55,4 +57,4 @@ "vite": "^2.8.4" | ||
"jsx": "^0.9.89", | ||
"react": "^17.0.2", | ||
"vim-webgl-viewer": "1.2.28" | ||
"react": "^18.1.0", | ||
"vim-webgl-viewer": "1.2.29-dev.5" | ||
}, | ||
@@ -59,0 +61,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1192839
18
2972
13
+ Addedreact@18.3.1(transitive)
+ Addedvim-webgl-viewer@1.2.29-dev.5(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedreact@17.0.2(transitive)
- Removedvim-webgl-viewer@1.2.28(transitive)
Updatedreact@^18.1.0