Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

adbkit-apkreader

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adbkit-apkreader - npm Package Versions

2

3.2.0

Diff

Changelog

Source

3.2.0 (2020-02-06)

Fixes

  • Updated dependencies
sorccu
published 3.1.2 •

Changelog

Source

3.1.2 (2019-01-18)

Fixes

  • Fixed a file reference leak when a ZIP-related error was encountered when reading an APK file. Thanks @harlentan!
sorccu
published 3.1.1 •

Changelog

Source

3.1.1 (2018-11-11)

Fixes

  • Fixed manifest parsing on applications processed by 360 encryption services, which changes the application key to com.stub.StubApp. Thanks @JChord!
sorccu
published 3.1.0 •

Changelog

Source

3.1.0 (2018-09-27)

Fixes

  • Fixed parsing of certain APKs that deduplicate items in the string pool.

Enhancements

  • Optional structured debug output can be enabled by passing debug: true to .readManifest() or .readXml().
sorccu
published 3.0.2 •

Changelog

Source

3.0.2 (2018-07-11)

Fixes

  • Fixed parsing of Chrome 68 Beta APK and other similar APKs with a missing XML namespace. Thanks @zr0827!
sorccu
published 3.0.1 •

Changelog

Source

3.0.1 (2018-04-20)

Fixes

  • Fixed parsing of long strings. Thanks @mingyuan-xia!
sorccu
published 3.0.0 •

Changelog

Source

3.0.0 (2017-09-21)

Enhancements

  • Got rid of CoffeeScript.

Breaking changes

  • Dropped support for older Node.js versions. You need at least 4.x or newer now.
sorccu
published 2.1.2 •

Changelog

Source

2.1.2 (2017-08-21)

Fixes

  • Fixed a RangeError: Index out of range error when parsing newer APKs that use UTF-8 encoding for their string pools. Thanks to @headshot289 and @mingyuan-xia for providing samples that helped isolate the issue.
sorccu
published 2.1.1 •

Changelog

Source

2.1.1 (2017-03-07)

Enhancements

  • Fixed a readManifest() parsing issue with slightly malformed manifests.
sorccu
published 2.1.0 •

Changelog

Source

2.1.0 (2017-03-01)

Enhancements

  • Added readContent(path) to read the raw content of any file. Thanks @LegNeato!
  • Exposed usingFileStream(path, action) that allows you to consume the contents of a file as a Stream. Useful for very large files.

Fixes

  • readXml(path) was unable to read any other file than AndroidManifest.xml due to an oversight. You can now read any file with it.
2
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