Huge News!Announcing our $40M Series B led by Abstract Ventures.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.9.0 to 1.9.1

8

flatbuffers/index.d.ts

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

5

flatbuffers/package.json
{
"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"
}

2

flatbuffers/README.md

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

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