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

flatbuffers

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flatbuffers - npm Package Versions

134

23.3.3

Diff
dbaileychess
published 23.3.3 •

Changelog

Source

23.3.3 (Mar 3 2023)

  • Refactoring of flatc generators to use an interface (#7797).

  • Removed legacy cmake support and set min to 3.8 (#7801).

dbaileychess
published 23.1.21 •

Changelog

Source

23.1.21 (Jan 21 2023)

  • Reworked entry points for Typescript/Javascript and compatibility for single file build (#7510)
dbaileychess
published 23.1.20 •

Changelog

Source

23.1.20 (Jan 20 2023)

  • Removed go.mod files after some versioning issues were being report (#7780).
dbaileychess
published 23.1.4 •

Changelog

Source

23.1.4 (Jan 4 2023)

  • Major release! Just kidding, we are continuing the versioning scheme of using a date to signify releases. This results in the first release of the new year to bump the tradition major version field.

  • Go minimum version is now 1.19 (#7720) with the addition of Go modules.

  • Added CI support for Big Endian regression testing (#7707).

  • Fixed getFullyQualifiedName in typescript to return name delimited by '.' instead of '_' (#7730).

  • Fixed the versioning scheme to not include leading zeros which are not consistently handled by every package manager. Only the last release (12.12.06) should have suffered from this.

dbaileychess
published 22.12.6 •
dbaileychess
published 22.11.23 •
dbaileychess
published 22.10.26 •
dbaileychess
published 22.10.25 •

Changelog

Source

22.10.25 (Oct 25 2022)

  • Added Nim language support with generator and runtime libraries (#7534).
dbaileychess
published 2.0.7 •

Changelog

Source

2.0.7 (Aug 22 2022)

  • This is the first version with an explicit change log, so all the previous features will not be listed.

  • Verifier now checks that buffers are at least the minimum size required to be a flatbuffers (12 bytes). This includes nested flatbuffers, which previously could be declared valid at size 0.

  • Annotated binaries. Given a flatbuffer binary and a schema (or binary schema) one can generate an annotated flatbuffer (.afb) to describe each byte in the binary with schema metadata and value.

  • First binary schema generator (Lua) to generate Lua code via a .bfbs file. This is mostly an implementation detail of flatc internals, but will be slowly applied to the other language generators.

dbaileychess
published 2.0.6 •