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

adbkit-apkreader

Package Overview
Dependencies
Maintainers
2
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

1

2.0.0

Diff

Changelog

Source

2.0.0 (2017-01-24)

Breaking changes

It was discovered that our previous Zip parser, adm-zip, could not handle all valid Zip formats. We've therefore switched to yauzl which provides an asynchronous interface. Therefore the following breaking API changes were required:

  • Replaced ApkReader.readFile() with a Promise-returning ApkReader.open() which describes it better, and we have no way of supporting the previous synchronous method with the new dependency.
  • Replaced ApkReader.readManifestSync() with a Promise-returning ApkReader.readManifest() as we have no way of supporting the synchronous method with the new dependency.
  • Replaced ApkReader.readXmlSync() with a Promise-returning ApkReader.readXml() as we have no way of supporting the synchronous method with the new dependency.
sorccu
published 1.0.0 •

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