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.18 to 0.6.19

2

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

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

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

load(path: string): Promise<void>;
start(json: any): Promise<void>;
start(array: ArrayBuffer): Promise<void>;
/**

@@ -108,4 +108,4 @@ * Searches through scene's children and returns the object with that uuid

*/
unmount(): void;
dispose(): 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