New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

apk-mitm

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apk-mitm - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

13

package.json

@@ -13,3 +13,3 @@ {

],
"version": "0.6.3",
"version": "0.6.4",
"license": "MIT",

@@ -27,5 +27,8 @@ "scripts": {

],
"engines": {
"node": ">=10"
},
"dependencies": {
"@tybys/cross-zip": "^3.0.4",
"chalk": "^3.0.0",
"chalk": "^4.0.0",
"execa": "^4.0.0",

@@ -35,6 +38,6 @@ "globby": "^11.0.0",

"replace-string": "^3.0.0",
"rxjs": "^6.5.4",
"tempy": "^0.4.0",
"rxjs": "^6.5.5",
"tempy": "^0.5.0",
"xml-js": "^1.6.11",
"yargs-parser": "^18.0.0"
"yargs-parser": "^18.1.3"
},

@@ -41,0 +44,0 @@ "devDependencies": {

@@ -22,3 +22,3 @@ # apk-mitm

If you have an up-to-date version of [Node.js][node] (8.2+) and [Java][java] (8+), you can run this command to patch an app:
If you have an up-to-date version of [Node.js][node] (10+) and [Java][java] (8+), you can run this command to patch an app:

@@ -52,3 +52,3 @@ ```shell

Sometimes you'll need to make manual changes to an app in order to get it to work. In these cases the `--wait` option is what you need. Enabling it will make `apk-mitm` wait before re-econding the app, allowing you to make changes to the files in the temporary directory.
Sometimes you'll need to make manual changes to an app in order to get it to work. In these cases the `--wait` option is what you need. Enabling it will make `apk-mitm` wait before re-enconding the app, allowing you to make changes to the files in the temporary directory.

@@ -55,0 +55,0 @@ ## Caveats

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