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 3.1.0 to 3.1.1

6

CHANGELOG.md
# Changelog
## 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!
## 3.1.0 (2018-09-27)

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

1

lib/apkreader/parser/manifest.js

@@ -201,2 +201,3 @@ 'use strict'

case 'application':
case 'com.stub.StubApp': // 360 encryption services (adbkit-apkreader#13)
manifest.application = this.parseApplication(element)

@@ -203,0 +204,0 @@ break

2

package.json
{
"name": "adbkit-apkreader",
"version": "3.1.0",
"version": "3.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