@types/gl-texture2d
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -9,2 +9,4 @@ // Type definitions for gl-texture2d 2.1 | ||
type GLenum = number; | ||
type InputType = ImageData | HTMLCanvasElement | HTMLImageElement | HTMLVideoElement; | ||
@@ -11,0 +13,0 @@ |
{ | ||
"name": "@types/gl-texture2d", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "TypeScript definitions for gl-texture2d", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -23,4 +23,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "92e13457f855584be1f768a1731487d69cc25bbe530409160c665c9eaa2c5598", | ||
"typesPublisherContentHash": "c4f883c548acebefd26dda0cedd960a1dc200923b210057f0e6f6eaab7ee1e09", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/gl-texture2d | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gl-texture2d | ||
Additional Details | ||
* Last updated: Sat, 19 May 2018 02:29:07 GMT | ||
* Last updated: Thu, 02 Aug 2018 01:35:11 GMT | ||
* Dependencies: ndarray | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3643
35