@types/flatbuffers
Advanced tools
Comparing version 1.6.5 to 1.9.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for flatbuffers 1.6 | ||
// Type definitions for flatbuffers 1.9 | ||
// Project: http://google.github.io/flatbuffers/index.html | ||
@@ -13,3 +13,3 @@ // Definitions by: Kamil Rojewski <kamil.rojewski@gmail.com> | ||
interface Table { | ||
bb: ByteBuffer; | ||
bb: ByteBuffer|null; | ||
bb_pos: number; | ||
@@ -245,2 +245,4 @@ } | ||
getBufferIdentifier(): string; | ||
/** | ||
@@ -247,0 +249,0 @@ * Look up a field in the vtable, return an offset into the object, or 0 if the |
{ | ||
"name": "@types/flatbuffers", | ||
"version": "1.6.5", | ||
"version": "1.9.0", | ||
"description": "TypeScript definitions for flatbuffers", | ||
@@ -15,8 +15,8 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "067177f6b53d2ef8c2fd106af296e91be71fc72ed2ee8eaa043d71e6fa795302", | ||
"typesPublisherContentHash": "230cef680820af86ffdc97d9525cbee1d96285d13cb9abc9698b08df305d466a", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/flatbuffers | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/flatbuffers | ||
Additional Details | ||
* Last updated: Wed, 25 Oct 2017 00:19:45 GMT | ||
* Last updated: Wed, 20 Jun 2018 00:10:18 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
12263
242