@google/model-viewer-effects
Advanced tools
Comparing version
{ | ||
"name": "@google/model-viewer-effects", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Easily add and combine post-processing effects with <model-viewer>!", | ||
@@ -75,9 +75,9 @@ "repository": "https://github.com/google/model-viewer/tree/master/packages/model-viewer-effects", | ||
"lit": "^2.2.3", | ||
"postprocessing": "^6.30.2" | ||
"postprocessing": "^6.33.2" | ||
}, | ||
"peerDependencies": { | ||
"@google/model-viewer": "^3.1.0" | ||
"@google/model-viewer": "^3.2.1" | ||
}, | ||
"devDependencies": { | ||
"@google/model-viewer": "^3.1.0", | ||
"@google/model-viewer": "^3.3.0", | ||
"@rollup/plugin-commonjs": "^22.0.1", | ||
@@ -89,3 +89,3 @@ "@rollup/plugin-node-resolve": "^13.3.0", | ||
"@types/pngjs": "^6.0.1", | ||
"@types/three": "^0.152.1", | ||
"@types/three": "^0.156.0", | ||
"@ungap/event-target": "^0.2.3", | ||
@@ -105,2 +105,3 @@ "@web/test-runner": "^0.16.1", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"three": "^0.157.0", | ||
"typescript": "4.8.4" | ||
@@ -111,2 +112,2 @@ }, | ||
} | ||
} | ||
} |
@@ -55,3 +55,3 @@ # `<model-viewer-effects>` | ||
"imports": { | ||
"three": "https://cdn.jsdelivr.net/npm/three@^0.154.0/build/three.module.min.js" | ||
"three": "https://cdn.jsdelivr.net/npm/three@^0.157.0/build/three.module.min.js" | ||
} | ||
@@ -58,0 +58,0 @@ } |
@@ -192,6 +192,6 @@ /* @license | ||
resolve(event as T); | ||
target.removeEventListener(eventName, handler); | ||
target.removeEventListener(eventName, handler as any); | ||
} | ||
} | ||
target.addEventListener(eventName, handler); | ||
target.addEventListener(eventName, handler as any); | ||
}); | ||
@@ -198,0 +198,0 @@ |
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
5270037
2.52%28774
0.39%24
4.35%Updated