Socket
Socket
Sign inDemoInstall

@types/three

Package Overview
Dependencies
Maintainers
1
Versions
230
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.158.2 to 0.158.3

2

three/examples/jsm/animation/CCDIKSolver.d.ts
import { Object3D, SkinnedMesh, Vector3 } from '../../../src/Three.js';
// tslint:disable-next-line:interface-name
// eslint-disable-next-line @typescript-eslint/naming-convention
export interface IKS {

@@ -5,0 +5,0 @@ effector: number;

@@ -75,3 +75,3 @@ import { ConstNode, Node, NodeBuilder, NodeTypeOption, SwizzleOption } from '../Nodes.js';

*/
// tslint:disable-next-line:interface-over-type-literal
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
type FilterConstructorsByScope<T extends AnyConstructors, S> = {

@@ -78,0 +78,0 @@ a: S extends T['a'][0] ? T['a'] : undefined;

{
"name": "@types/three",
"version": "0.158.2",
"version": "0.158.3",
"description": "TypeScript definitions for three",

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

},
"typesPublisherContentHash": "bd30f665c4aae2d34cec74eb774bbf624c68e8e74c75646018eab04f646058f2",
"typesPublisherContentHash": "63e0c6a37dc1c160eecdbe61741d097ff25ba5c1e0bd8a134ae21d23bc71b38f",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: [@types/stats.js](https://npmjs.com/package/@types/stats.js), [@types/webxr](https://npmjs.com/package/@types/webxr), [fflate](https://npmjs.com/package/fflate), [meshoptimizer](https://npmjs.com/package/meshoptimizer)

@@ -14,0 +14,0 @@

@@ -5,3 +5,3 @@ import { Color } from '../../math/Color.js';

// tslint:disable-next-line:interface-name
// eslint-disable-next-line @typescript-eslint/naming-convention
export interface IUniform<TValue = any> {

@@ -8,0 +8,0 @@ value: TValue;

import { Texture } from '../textures/Texture.js';
import { RenderTarget, RenderTargetOptions } from '../core/RenderTarget.js';
// tslint:disable-next-line:no-empty-interface
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface WebGLRenderTargetOptions extends RenderTargetOptions {}

@@ -6,0 +6,0 @@

@@ -20,3 +20,3 @@ import { Vector2 } from '../math/Vector2.js';

/** Shim for OffscreenCanvas. */
// tslint:disable-next-line:no-empty-interface
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface OffscreenCanvas extends EventTarget {}

@@ -23,0 +23,0 @@

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