purified-protos

0.195.0 • Public • Published

Purified Protos

The JS library that pulls from Furtif's POGOProtos and undo the obfuscation and Furtif's questionable design choices to make the protobuf usable in Javascript. The aim of this project is to provide a list of stable APIs to use in your JS projects.

Usage:

const protos = await require('purified-protos')();
// or use this if you want to live on the edge and risk Furtif breaking stuff
// cached can be used to disable cache, default: true
const protos = await require('purified-protos')({ version: 'master', cached: false });

console.log(protos.PokemonDisplayProto.Form.RUNERIGUS_NORMAL);  // prints 2516

A list of supported APIs can be found in the test.js.

Version code

The version code for this library follows semantic versioning. In particular, major.minor will follow the upstream proto version, and revision represents internal revision of the proto and is uncorrelated from upstream.

Readme

Keywords

none

Package Sidebar

Install

npm i purified-protos

Weekly Downloads

0

Version

0.195.0

License

Apache-2.0

Unpacked Size

9.98 kB

Total Files

4

Last publish

Collaborators

  • mygodstudio