Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kunlun

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kunlun - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

8

lib/clt/fixture/README.md

@@ -16,7 +16,9 @@ # Your Project Name

* You may want to check your Appium setup first by running:
* You may want to verify your Appium setup first by running `appium-doctor`:
```bash
node ./node_modules/appium/bin/appium-doctor.js
npm install appium-doctor
./node_modules//.bin/appium-doctor.js
```
* If you see popup "Instruments wants permission to analyze other processes." You need to allow access.

@@ -85,3 +87,3 @@ You need to do this every time you install a new version of Xcode.

.
└── boilerplate-ios-automation
└── projectRoot
├── README.md

@@ -88,0 +90,0 @@ ├── app

exports.AppiumDriver = require('./kunlun');
exports.version = '0.2.4';
exports.version = '0.2.5';
{
"name": "kunlun",
"version": "0.2.4",
"version": "0.2.5",
"author": "Chaoyi Chen, Lillian Wang",

@@ -19,3 +19,4 @@ "description": "Enhanced Appium JS Client",

"bdd",
"ios"
"ios",
"android"
],

@@ -40,5 +41,5 @@ "dependencies": {

"grunt-cli": "^1.1.0",
"grunt": "^0.4.5",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-jscs": "^2.8.0"
"grunt-jscs": "^3.0.0"
},

@@ -50,2 +51,2 @@ "bugs": {

"main": "index.js"
}
}
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