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

@types/three

Package Overview
Dependencies
Maintainers
1
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/three - npm Package Compare versions

Comparing version 0.132.0 to 0.132.1

8

three/examples/jsm/loaders/GLTFLoader.d.ts

@@ -66,5 +66,9 @@ import {

export type GLTFReferenceType = 'materials'|'nodes'|'textures'|'meshes';
export interface GLTFReference {
type: 'materials' | 'nodes' | 'textures';
index: number;
materials?: number;
nodes?: number;
textures?: number;
meshes?: number;
}

@@ -71,0 +75,0 @@

{
"name": "@types/three",
"version": "0.132.0",
"version": "0.132.1",
"description": "TypeScript definitions for three",

@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/three",

"dependencies": {},
"typesPublisherContentHash": "688c86261a68868c7e44ee0974f12fca38a721ba8b285b2e5ac7d48169235371",
"typesPublisherContentHash": "3bc2c085ec825e9046e6e08328e766b595e0d10694adebcd6bcc872a22385730",
"typeScriptVersion": "3.7"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 21 Sep 2021 18:31:45 GMT
* Last updated: Sat, 25 Sep 2021 01:01:27 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `THREE`

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