New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sketchfab/viewer-api

Package Overview
Dependencies
Maintainers
3
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sketchfab/viewer-api - npm Package Compare versions

Comparing version 1.0.0 to 1.4.1

VERSION

41

package.json
{
"name": "@sketchfab/viewer-api",
"version": "1.0.0",
"description": "The Sketchfab Viewer API",
"main": "viewer-api.js",
"version": "1.4.1",
"description": "The Sketchfab Viewer API. For browser purposes.",
"browser": "viewer-api.js",
"scripts": {

@@ -11,3 +11,3 @@ "test": "echo \"Error: no test specified\" && exit 1"

"type": "git",
"url": "git+https://github.com/sketchfab/viewer-api.git"
"url": "https://github.com/sketchfab/viewer-api"
},

@@ -20,6 +20,33 @@ "keywords": [

],
"author": "",
"author": {
"name": "Sketchfab",
"email": "contact@sketchfab.com",
"url": "https://sketchfab.com"
},
"contributors": [
{
"name": "Cedric Pinson",
"email": "cedric@sketchfab.com"
},
{
"name": "Paul Cheyrou-Lagreze",
"email": "paul@sketchfab.com"
},
{
"name": "Remy Bouquet",
"email": "remy@sketchfab.com"
},
{
"name": "Arthur Jamain",
"email": "arthur@sketchfab.com"
}
],
"engines": {
"node": "*",
"npm": "*"
},
"dependencies": {},
"license": "ISC",
"bugs": {
"url": "https://github.com/sketchfab/viewer-api/issues"
"url": "https://help.sketchfab.com/hc/en-us/requests/new?type=viewer_api"
},

@@ -29,3 +56,3 @@ "publishConfig": {

},
"homepage": "https://github.com/sketchfab/viewer-api#readme"
"homepage": "https://sketchfab.com/developers/viewer"
}

@@ -1,1 +0,37 @@

# viewer-api
<img src="https://static.sketchfab.com/img/press/logos/logo.png" alt="drawing" width="18"/>  Sketchfab Viewer API
---
The Sketchfab Viewer API is a small browser-targeted lib that lets you manipulate the sketchfab viewer inside an embed.
**For legacy reasons, this repository only contains the build bundles so that they can be installed through npm. The source code is currently unavailable. There are however numerous resources and snippets available over at [sketchfab](https://sketchfab.com/developers/viewer).**
<ul>
<li><a href="https://help.sketchfab.com/hc/en-us/requests/new?type=viewer_api">Bug reports</a></li>
<li><a href="https://forum.sketchfab.com/c/development-and-api">Feature requests / suggestions</a></li>
<li><a href="https://sketchfab.com/developers/viewer/initialization">Initialization and options</a></li>
<li><a href="https://sketchfab.com/developers/viewer/functions">API</a><ul>
<li><a href="https://sketchfab.com/developers/viewer/functions#api-section-general">General</a></li>
<li><a href="https://sketchfab.com/developers/viewer/functions#api-section-camera">Camera</a></li>
<li><a href="https://sketchfab.com/developers/viewer/functions#api-section-objects">Objects</a></li>
<li><a href="https://sketchfab.com/developers/viewer/functions#api-section-materials">Materials &amp; Textures</a></li>
<li><a href="https://sketchfab.com/developers/viewer/functions#api-section-postprocessing">Post Processing Filters</a></li>
<li><a href="https://sketchfab.com/developers/viewer/functions#api-section-annotations">Annotations</a></li>
<li><a href="https://sketchfab.com/developers/viewer/functions#api-section-events">Events</a></li>
<li><a href="https://sketchfab.com/developers/viewer/functions#api-section-animation">Animation</a></li>
</ul>
</li>
<li>Examples:<ul>
<li><a href="https://sketchfab.com/developers/viewer/startstop">Start/Stop the viewer</a></li>
<li><a href="https://sketchfab.com/developers/viewer/customanimation">Custom camera animation</a></li>
<li><a href="https://sketchfab.com/developers/viewer/screenshot">Take a screenshot</a></li>
<li><a href="https://sketchfab.com/developers/viewer/followmouse">“Follow the mouse” model</a></li>
<li><a href="https://sketchfab.com/developers/viewer/compare">Compare two models</a></li>
<li><a href="https://labs.sketchfab.com/experiments/annotations-sync/" target="_blank">Sync annotations with DOM content</a> (<a href="https://github.com/sketchfab/experiments/tree/master/annotations-sync/src" target="_blank">Source</a>)</li>
<li><a href="https://labs.sketchfab.com/experiments/configurator/" target="_blank">Model Configurator - Chair</a> (<a href="https://github.com/sketchfab/experiments/tree/master/configurator/" target="_blank">Source</a>)</li>
<li><a href="https://labs.sketchfab.com/experiments/watch-configurator/" target="_blank">Model Configurator - Apple Watch</a> (<a href="https://github.com/sketchfab/experiments/tree/master/watch-configurator/src" target="_blank">Source</a>)</li>
<li><a href="https://labs.sketchfab.com/experiments/screenshots/" target="_blank">Screenshot Generator</a> (<a href="https://github.com/sketchfab/experiments/tree/master/screenshots/" target="_blank">Source</a>)</li>
<li><a href="https://labs.sketchfab.com/experiments/viewer-sharing/" target="_blank">Viewer Sharing</a> (<a href="https://github.com/sketchfab/experiments/tree/master/viewer-sharing/src" target="_blank">Source</a>)</li>
<li><a href="https://labs.sketchfab.com/experiments/" target="_blank">More Labs and Experiments</a></li>
</ul>
</li>
</ul>
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc