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

@splinetool/loader

Package Overview
Dependencies
Maintainers
2
Versions
732
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@splinetool/loader - npm Package Compare versions

Comparing version 0.9.20 to 0.9.22

10

build/SplineLoader.d.ts

@@ -1,7 +0,5 @@

declare module "SplineLoader" {
import { Loader, Scene } from 'three';
export default class SplineLoader extends Loader {
load(url: string, onLoad: (scene: Scene) => void, onProgress?: (event: ProgressEvent) => void, onError?: (event: ErrorEvent) => void): void;
parse(buffer: ArrayBuffer): Scene;
}
import { Loader, Scene } from 'three';
export default class SplineLoader extends Loader {
load(url: string, onLoad: (scene: Scene) => void, onProgress?: (event: ProgressEvent) => void, onError?: (event: ErrorEvent) => void): void;
parse(buffer: ArrayBuffer): Scene;
}

4

package.json
{
"name": "@splinetool/loader",
"version": "0.9.20",
"version": "0.9.22",
"main": "build/SplineLoader.js",

@@ -11,3 +11,3 @@ "types": "./build/SplineLoader.d.ts",

"build": "cross-env NODE_ENV=production node --experimental-json-modules ./esbuild.mjs && yarn build-types",
"build-types": "tsc --skipLibCheck --isolatedModules false --noEmit false --emitDeclarationOnly --declaration --outFile build/SplineLoader.d.ts",
"build-types": "tsc --skipLibCheck --isolatedModules false --noEmit false --emitDeclarationOnly --declaration --outDir build/",
"lint": "eslint src/ --max-warnings=0 --cache",

@@ -14,0 +14,0 @@ "format": "prettier src/ --write",

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