@types/emscripten
Advanced tools
Comparing version 1.39.0 to 1.39.1
@@ -220,3 +220,3 @@ // Type definitions for Emscripten 1.39.5 | ||
canRead: boolean, canWrite: boolean, onload?: () => void, onerror?: () => void, dontCreateFile?: boolean, canOwn?: boolean): void; | ||
function createDataFile(parent: string | FSNode, name: string, data: ArrayBufferView, canRead: boolean, canWrite: boolean): FSNode; | ||
function createDataFile(parent: string | FSNode, name: string, data: ArrayBufferView, canRead: boolean, canWrite: boolean, canOwn: boolean): FSNode; | ||
} | ||
@@ -223,0 +223,0 @@ |
{ | ||
"name": "@types/emscripten", | ||
"version": "1.39.0", | ||
"version": "1.39.1", | ||
"description": "TypeScript definitions for Emscripten", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "499f35fee5887fbaefb5e0d64893970ff7702201d9d4f9f3e910fa80095cb3e0", | ||
"typesPublisherContentHash": "aee6be7c6ff2d440f1d5fd0e785ef3c2d356685ef7068ba917cc10c9411c020f", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 22 Jan 2020 00:51:32 GMT | ||
* Last updated: Thu, 30 Jan 2020 21:15:26 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `ALLOC_DYNAMIC`, `ALLOC_NONE`, `ALLOC_NORMAL`, `ALLOC_STACK`, `ALLOC_STATIC`, `FS`, `IDBFS`, `MEMFS`, `Module`, `NODEFS`, `UTF16ToString`, `UTF32ToString`, `UTF8ToString`, `addFunction`, `addRunDependency`, `allocate`, `allocateUTF8`, `allocateUTF8OnStack`, `ccall`, `cwrap`, `getValue`, `intArrayFromString`, `intArrayToString`, `lengthBytesUTF16`, `lengthBytesUTF32`, `lengthBytesUTF8`, `removeFunction`, `removeRunDependency`, `setValue`, `stackAlloc`, `stackRestore`, `stackSave`, `stringToUTF16`, `stringToUTF32`, `stringToUTF8`, `writeArrayToMemory`, `writeAsciiToMemory`, `writeStringToMemory` |
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
15154