New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 Compare versions

Comparing version 2.1.0 to 2.1.1

6

CHANGELOG.md
# Changelog
## 2.1.1 (2017-03-07)
### Enhancements
* Fixed a `readManifest()` parsing issue with slightly malformed manifests.
## 2.1.0 (2017-03-01)

@@ -4,0 +10,0 @@

3

lib/apkreader/parser/binaryxml.js

@@ -210,2 +210,5 @@ (function() {

dataType = this.readU8();
if (size === 0) {
size = 8;
}
typedValue.rawType = dataType;

@@ -212,0 +215,0 @@ switch (dataType) {

2

package.json
{
"name": "adbkit-apkreader",
"version": "2.1.0",
"version": "2.1.1",
"description": "Extracts information from APK files.",

@@ -5,0 +5,0 @@ "keywords": [

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