@lrnwebcomponents/aframe-player
Advanced tools
+216
| { | ||
| "schema_version": "1.0.0", | ||
| "classes": [ | ||
| { | ||
| "description": "`aframe-player`\n`A wrapper to do data binding into aframe`", | ||
| "summary": "", | ||
| "path": "aframe-player.js", | ||
| "properties": [], | ||
| "methods": [ | ||
| { | ||
| "name": "render", | ||
| "description": "", | ||
| "privacy": "public", | ||
| "sourceRange": { | ||
| "start": { | ||
| "line": 31, | ||
| "column": 2 | ||
| }, | ||
| "end": { | ||
| "line": 44, | ||
| "column": 3 | ||
| } | ||
| }, | ||
| "metadata": {}, | ||
| "params": [] | ||
| }, | ||
| { | ||
| "name": "updated", | ||
| "description": "", | ||
| "privacy": "public", | ||
| "sourceRange": { | ||
| "start": { | ||
| "line": 62, | ||
| "column": 2 | ||
| }, | ||
| "end": { | ||
| "line": 77, | ||
| "column": 3 | ||
| } | ||
| }, | ||
| "metadata": {}, | ||
| "params": [ | ||
| { | ||
| "name": "changedProperties" | ||
| } | ||
| ], | ||
| "return": { | ||
| "type": "void" | ||
| } | ||
| }, | ||
| { | ||
| "name": "createRenderRoot", | ||
| "description": "", | ||
| "privacy": "public", | ||
| "sourceRange": { | ||
| "start": { | ||
| "line": 138, | ||
| "column": 2 | ||
| }, | ||
| "end": { | ||
| "line": 140, | ||
| "column": 3 | ||
| } | ||
| }, | ||
| "metadata": {}, | ||
| "params": [] | ||
| }, | ||
| { | ||
| "name": "disconnectedCallback", | ||
| "description": "", | ||
| "privacy": "public", | ||
| "sourceRange": { | ||
| "start": { | ||
| "line": 141, | ||
| "column": 2 | ||
| }, | ||
| "end": { | ||
| "line": 144, | ||
| "column": 3 | ||
| } | ||
| }, | ||
| "metadata": {}, | ||
| "params": [], | ||
| "return": { | ||
| "type": "void" | ||
| } | ||
| }, | ||
| { | ||
| "name": "connectedCallback", | ||
| "description": "Attached.", | ||
| "privacy": "public", | ||
| "sourceRange": { | ||
| "start": { | ||
| "line": 229, | ||
| "column": 2 | ||
| }, | ||
| "end": { | ||
| "line": 239, | ||
| "column": 3 | ||
| } | ||
| }, | ||
| "metadata": {}, | ||
| "params": [], | ||
| "return": { | ||
| "type": "void" | ||
| } | ||
| }, | ||
| { | ||
| "name": "_aframeLoaded", | ||
| "description": "", | ||
| "privacy": "protected", | ||
| "sourceRange": { | ||
| "start": { | ||
| "line": 241, | ||
| "column": 2 | ||
| }, | ||
| "end": { | ||
| "line": 248, | ||
| "column": 3 | ||
| } | ||
| }, | ||
| "metadata": {}, | ||
| "params": [ | ||
| { | ||
| "name": "el" | ||
| } | ||
| ], | ||
| "return": { | ||
| "type": "void" | ||
| } | ||
| }, | ||
| { | ||
| "name": "_computePosition", | ||
| "description": "Generate position object based on format a-frame expects.", | ||
| "privacy": "protected", | ||
| "sourceRange": { | ||
| "start": { | ||
| "line": 253, | ||
| "column": 2 | ||
| }, | ||
| "end": { | ||
| "line": 259, | ||
| "column": 3 | ||
| } | ||
| }, | ||
| "metadata": {}, | ||
| "params": [ | ||
| { | ||
| "name": "x" | ||
| }, | ||
| { | ||
| "name": "y" | ||
| }, | ||
| { | ||
| "name": "z" | ||
| }, | ||
| { | ||
| "name": "width" | ||
| }, | ||
| { | ||
| "name": "height" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "name": "_positionChanged", | ||
| "description": "When position is updated, inject this into a-frame tag.", | ||
| "privacy": "protected", | ||
| "sourceRange": { | ||
| "start": { | ||
| "line": 264, | ||
| "column": 2 | ||
| }, | ||
| "end": { | ||
| "line": 267, | ||
| "column": 3 | ||
| } | ||
| }, | ||
| "metadata": {}, | ||
| "params": [ | ||
| { | ||
| "name": "position" | ||
| } | ||
| ], | ||
| "return": { | ||
| "type": "void" | ||
| } | ||
| } | ||
| ], | ||
| "staticMethods": [], | ||
| "demos": [ | ||
| { | ||
| "url": "demo/index.html", | ||
| "description": "" | ||
| }, | ||
| { | ||
| "url": "demo/index.html", | ||
| "description": "" | ||
| } | ||
| ], | ||
| "metadata": {}, | ||
| "sourceRange": { | ||
| "start": { | ||
| "line": 14, | ||
| "column": 0 | ||
| }, | ||
| "end": { | ||
| "line": 268, | ||
| "column": 1 | ||
| } | ||
| }, | ||
| "privacy": "public", | ||
| "name": "AframePlayer" | ||
| } | ||
| ] | ||
| } |
+4
-4
@@ -15,3 +15,3 @@ { | ||
| }, | ||
| "version": "7.0.10", | ||
| "version": "7.0.11", | ||
| "description": "A-frame 3D player in the browser via data binding w/ polymer", | ||
@@ -41,3 +41,3 @@ "repository": { | ||
| "@lrnwebcomponents/es-global-bridge": "^7.0.4", | ||
| "@lrnwebcomponents/schema-behaviors": "^7.0.10", | ||
| "@lrnwebcomponents/schema-behaviors": "^7.0.11", | ||
| "lit": "^2.7.5" | ||
@@ -47,3 +47,3 @@ }, | ||
| "@lrnwebcomponents/deduping-fix": "^7.0.4", | ||
| "@lrnwebcomponents/storybook-utilities": "^7.0.10", | ||
| "@lrnwebcomponents/storybook-utilities": "^7.0.11", | ||
| "@open-wc/testing": "3.2.0", | ||
@@ -66,3 +66,3 @@ "@polymer/iron-component-page": "github:PolymerElements/iron-component-page", | ||
| ], | ||
| "gitHead": "44f96fea963c665e84698e2d358ef1fba1f0c29f" | ||
| "gitHead": "81e23f65259d4753770784eb2ab5dc64250551b7" | ||
| } |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
65798
7.8%18
5.88%1178
22.45%