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
231
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.0.25 to 0.0.26

8

three/package.json
{
"name": "@types/three",
"version": "0.0.25",
"version": "0.0.26",
"description": "TypeScript definitions for three.js r81",

@@ -13,6 +13,8 @@ "license": "MIT",

"scripts": {},
"dependencies": {},
"dependencies": {
"@types/webvr-api": "*"
},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "dab0b4bc4b3d21c90dff72d18618ffa6a801581e446073a62a4dc63eaea4c3d8"
"typesPublisherContentHash": "03a3a0f2530f71f5320bd430afa735ca7bf3f63bf6585a06b34df9e9696eaae9"
}

@@ -11,5 +11,5 @@ # Installation

Additional Details
* Last updated: Mon, 21 Nov 2016 17:25:42 GMT
* Last updated: Tue, 22 Nov 2016 20:59:31 GMT
* File structure: Mixed
* Library Dependencies: none
* Library Dependencies: webvr-api
* Module Dependencies: none

@@ -16,0 +16,0 @@ * Global values: Detector, THREE

@@ -6,4 +6,5 @@ // Type definitions for three.js (VRControls.js)

/// <reference types="three" />
/// <reference types="webvr-api" />
declare namespace THREE {

@@ -20,3 +21,5 @@ export class VRControls {

scale: number;
setVRDisplay(display: VRDisplay): void;
}
}

@@ -6,4 +6,5 @@ // Type definitions for three.js (VREffect.js)

/// <reference types="three" />
/// <reference types="webvr-api" />
declare namespace THREE {

@@ -19,2 +20,3 @@ export class VREffect {

FovToProjection(fov: VRFov, rightHanded: boolean, zNear: number, zFar: number): Matrix4;
setVRDisplay(display: VRDisplay): void;
}

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

{
"authors": "Kon <http://phyzkit.net/>, Satoru Kimura <https://github.com/gyohk>, Florent Poujol <https://github.com/florentpoujol>, SereznoKot <https://github.com/SereznoKot>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [],
"libraryDependencies": [
"webvr-api"
],
"moduleDependencies": [],

@@ -42,3 +44,3 @@ "libraryMajorVersion": 0,

"hasPackageJson": false,
"contentHash": "dab0b4bc4b3d21c90dff72d18618ffa6a801581e446073a62a4dc63eaea4c3d8"
"contentHash": "03a3a0f2530f71f5320bd430afa735ca7bf3f63bf6585a06b34df9e9696eaae9"
}
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