adbkit-apkreader
Advanced tools
Comparing version 2.1.0 to 2.1.1
# 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 @@ |
@@ -210,2 +210,5 @@ (function() { | ||
dataType = this.readU8(); | ||
if (size === 0) { | ||
size = 8; | ||
} | ||
typedValue.rawType = dataType; | ||
@@ -212,0 +215,0 @@ switch (dataType) { |
{ | ||
"name": "adbkit-apkreader", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Extracts information from APK files.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
38321
779