@splinetool/loader
Advanced tools
Comparing version 0.9.20 to 0.9.22
@@ -1,7 +0,5 @@ | ||
declare module "SplineLoader" { | ||
import { Loader, Scene } from 'three'; | ||
export default class SplineLoader extends Loader { | ||
load(url: string, onLoad: (scene: Scene) => void, onProgress?: (event: ProgressEvent) => void, onError?: (event: ErrorEvent) => void): void; | ||
parse(buffer: ArrayBuffer): Scene; | ||
} | ||
import { Loader, Scene } from 'three'; | ||
export default class SplineLoader extends Loader { | ||
load(url: string, onLoad: (scene: Scene) => void, onProgress?: (event: ProgressEvent) => void, onError?: (event: ErrorEvent) => void): void; | ||
parse(buffer: ArrayBuffer): Scene; | ||
} |
{ | ||
"name": "@splinetool/loader", | ||
"version": "0.9.20", | ||
"version": "0.9.22", | ||
"main": "build/SplineLoader.js", | ||
@@ -11,3 +11,3 @@ "types": "./build/SplineLoader.d.ts", | ||
"build": "cross-env NODE_ENV=production node --experimental-json-modules ./esbuild.mjs && yarn build-types", | ||
"build-types": "tsc --skipLibCheck --isolatedModules false --noEmit false --emitDeclarationOnly --declaration --outFile build/SplineLoader.d.ts", | ||
"build-types": "tsc --skipLibCheck --isolatedModules false --noEmit false --emitDeclarationOnly --declaration --outDir build/", | ||
"lint": "eslint src/ --max-warnings=0 --cache", | ||
@@ -14,0 +14,0 @@ "format": "prettier src/ --write", |
Sorry, the diff of this file is too big to display
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
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
432752
2354