Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@splinetool/runtime

Package Overview
Dependencies
Maintainers
2
Versions
763
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@splinetool/runtime - npm Package Compare versions

Comparing version 0.6.21 to 0.6.22

2

package.json
{
"name": "@splinetool/runtime",
"version": "0.6.21",
"version": "0.6.22",
"main": "build/runtime.js",

@@ -5,0 +5,0 @@ "files": [

@@ -46,3 +46,6 @@ declare module '@splinetool/runtime' {

canvas: HTMLCanvasElement;
constructor(canvas: HTMLCanvasElement, { autoRender: boolean }?);
constructor(
canvas: HTMLCanvasElement,
{ autoRender }?: { autoRender: boolean }
);
load(path: string): Promise<void>;

@@ -49,0 +52,0 @@ start(array: ArrayBuffer): void;

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