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

@splinetool/viewer

Package Overview
Dependencies
Maintainers
4
Versions
553
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@splinetool/viewer - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

5

build/spline-viewer.d.ts

@@ -38,2 +38,6 @@ import { Application } from '@splinetool/runtime';

eventsTarget: EventsTargetType | undefined;
/**
* When true it displays the spinner preloader
*/
preloader: boolean;
protected _spline: Application;

@@ -46,2 +50,3 @@ protected _intersectionObserver: IntersectionObserver | null;

protected _logo: HTMLElement;
protected _preloader: HTMLElement;
private _loadedUrl;

@@ -48,0 +53,0 @@ private _wasContextLost;

2

package.json
{
"name": "@splinetool/viewer",
"version": "0.0.21",
"version": "0.0.22",
"description": "Spline viewer",

@@ -5,0 +5,0 @@ "type": "module",

@@ -57,2 +57,6 @@ # `<spline-viewer>`

### `preloader` (optional)
When true (default is false), this option displays a simple spinner preloader during the loading of the spline file.
### `unloadable` (optional)

@@ -59,0 +63,0 @@

Sorry, the diff of this file is not supported yet

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