You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

unlock-apk

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unlock-apk - npm Package Compare versions

Comparing version

to
1.1.1

27

package.json
{
"name": "unlock-apk",
"version": "1.0.8",
"version": "1.1.1",
"description": "An android apk to make sure test device is unlocked while running Macaca.",

@@ -16,22 +16,25 @@ "keywords": [

"dependencies": {
"gradle": "^1.0.0"
"gradle": "*"
},
"devDependencies": {
"co-mocha": "*",
"git-contributor": "^1.0.3",
"husky": "^1.3.1",
"istanbul": "*",
"jshint": "*",
"mocha": "*",
"should": "*",
"jshint": "*",
"istanbul": "*",
"pre-commit": "1.1.1"
"should": "*"
},
"scripts": {
"test": "make test",
"jshint": "make jshint",
"install": "node ./script/build.js"
"lint": "make jshint",
"install": "node ./script/build.js",
"contributor": "git-contributor"
},
"pre-commit": [
"jshint"
],
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"homepage": "https://github.com/macacajs/unlock-apk",
"license": "MIT"
}

@@ -28,4 +28,16 @@ # unlock-apk

<!-- GITCONTRIBUTOR_START -->
## Contributors
|[<img src="https://avatars1.githubusercontent.com/u/1011681?v=4" width="100px;"/><br/><sub><b>xudafeng</b></sub>](https://github.com/xudafeng)<br/>|[<img src="https://avatars1.githubusercontent.com/u/3709431?v=4" width="100px;"/><br/><sub><b>LiangjunJiang</b></sub>](https://github.com/LiangjunJiang)<br/>|
| :---: | :---: |
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Fri Feb 22 2019 20:04:17 GMT+0800`.
<!-- GITCONTRIBUTOR_END -->
## License
The MIT License (MIT)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet