@types/flatbuffers
Advanced tools
Comparing version 1.9.0 to 1.9.1
@@ -46,2 +46,8 @@ // Type definitions for flatbuffers 1.9 | ||
/** | ||
* Reset all the state in this FlatBufferBuilder | ||
* so it can be reused to construct another buffer. | ||
*/ | ||
clear(): void; | ||
/** | ||
* In order to save space, fields that are set to their default value | ||
@@ -215,2 +221,4 @@ * don't get serialized into the buffer. Forcing defaults provides a | ||
clear(): void; | ||
bytes(): Uint8Array; | ||
@@ -217,0 +225,0 @@ |
{ | ||
"name": "@types/flatbuffers", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"description": "TypeScript definitions for flatbuffers", | ||
@@ -13,2 +13,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -20,4 +21,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "230cef680820af86ffdc97d9525cbee1d96285d13cb9abc9698b08df305d466a", | ||
"typesPublisherContentHash": "5e9c5950289db746634ec0fea214824af1131e5619a020b794a7e70d493fd02d", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 20 Jun 2018 00:10:18 GMT | ||
* Last updated: Wed, 23 Jan 2019 23:15:19 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
12483
248