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.83.5 to 0.84.0

8

three/package.json
{
"name": "@types/three",
"version": "0.83.5",
"version": "0.84.0",
"description": "TypeScript definitions for three.js",

@@ -30,2 +30,6 @@ "license": "MIT",

"url": "https://github.com/ivoisbelongtous"
},
{
"name": "David Asmuth",
"url": "https://github.com/piranha771"
}

@@ -43,4 +47,4 @@ ],

"peerDependencies": {},
"typesPublisherContentHash": "259add17fd136ac5df417e066408b6975a2e306a23ede91ba07221ca0ba88027",
"typesPublisherContentHash": "d610593eeab261c9aa23db6ff6ae761e214c7ea8f36f05ead75508c15ba9e7ff",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Mon, 06 Mar 2017 23:12:44 GMT
* Last updated: Wed, 08 Mar 2017 01:27:00 GMT
* Dependencies: webvr-api

@@ -17,2 +17,2 @@ * Global values: Detector, THREE

# Credits
These definitions were written by Kon <http://phyzkit.net/>, Satoru Kimura <https://github.com/gyohk>, Florent Poujol <https://github.com/florentpoujol>, SereznoKot <https://github.com/SereznoKot>, HouChunlei <https://github.com/omni360>, Ivo <https://github.com/ivoisbelongtous>.
These definitions were written by Kon <http://phyzkit.net/>, Satoru Kimura <https://github.com/gyohk>, Florent Poujol <https://github.com/florentpoujol>, SereznoKot <https://github.com/SereznoKot>, HouChunlei <https://github.com/omni360>, Ivo <https://github.com/ivoisbelongtous>, David Asmuth <https://github.com/piranha771>.

@@ -9,3 +9,3 @@ // Type definitions for three.js (CanvasRenderer.js)

color?: number;
program?: (context: any, color: Color) => void;
program?: (context: CanvasRenderingContext2D, color: Color) => void;
}

@@ -18,3 +18,3 @@

program(context: any, color: Color): void;
program(context: CanvasRenderingContext2D, color: Color): void;
}

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

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