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

@zappar/zappar-threejs

Package Overview
Dependencies
Maintainers
10
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zappar/zappar-threejs - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

4

CHANGELOG.md
# Changelog
## [2.0.5] - 2022-10-06
- Updated `LoadingManager` loading text from `Loading..` to `Loading...`
## [2.0.4] - 2022-09-30

@@ -4,0 +8,0 @@

2

lib/loaders/loadingmanager.js

@@ -99,3 +99,3 @@ "use strict";

this.containerDiv.appendChild(this.divs.inner);
this.divs.title.innerHTML = "Loading..";
this.divs.title.innerHTML = "Loading...";
document.body.append(this.containerDiv);

@@ -102,0 +102,0 @@ }

/**
* SDK version.
*/
export declare const VERSION = "2.0.4";
export declare const VERSION = "2.0.5";

@@ -7,2 +7,2 @@ "use strict";

*/
exports.VERSION = "2.0.4";
exports.VERSION = "2.0.5";
{
"name": "@zappar/zappar-threejs",
"version": "2.0.4",
"version": "2.0.5",
"description": "ThreeJS wrappers for Zappar's computer vision library",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -71,3 +71,3 @@ # Zappar for ThreeJS

<!-- Added by: zapparadmin, at: Fri Sep 30 16:55:22 BST 2022 -->
<!-- Added by: zapparadmin, at: Thu Oct 6 17:22:49 BST 2022 -->

@@ -103,3 +103,3 @@ <!--te-->

Download the bundle from:
<https://libs.zappar.com/zappar-threejs/2.0.4/zappar-threejs.zip>
<https://libs.zappar.com/zappar-threejs/2.0.5/zappar-threejs.zip>

@@ -117,3 +117,3 @@ Unzip into your web project and reference from your HTML like this:

```html
<script src="https://libs.zappar.com/zappar-threejs/2.0.4/zappar-threejs.js"></script>
<script src="https://libs.zappar.com/zappar-threejs/2.0.5/zappar-threejs.js"></script>
```

@@ -120,0 +120,0 @@

Sorry, the diff of this file is too big to display

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