New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/flatbuffers

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/flatbuffers - npm Package Compare versions

Comparing version 1.6.5 to 1.9.0

6

flatbuffers/index.d.ts

@@ -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

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