ios-deploy
Advanced tools
Comparing version 1.8.4 to 1.8.5
{ | ||
"name": "ios-deploy", | ||
"version": "1.8.4", | ||
"version": "1.8.5", | ||
"os": [ | ||
@@ -20,5 +20,6 @@ "darwin" | ||
"scripts": { | ||
"preinstall": "./src/check_reqs.js && xcodebuild", | ||
"test": "npm run jshint", | ||
"jshint": "node node_modules/jshint/bin/jshint src" | ||
"preinstall": "./src/scripts/check_reqs.js && xcodebuild", | ||
"test": "npm run pycompile && npm run jshint && xcodebuild -target ios-deploy-lib && xcodebuild test -scheme ios-deploy-tests", | ||
"jshint": "node node_modules/jshint/bin/jshint src/scripts/*.js", | ||
"pycompile": "python -m py_compile src/scripts/*.py" | ||
}, | ||
@@ -25,0 +26,0 @@ "keywords": [ |
@@ -43,3 +43,10 @@ ios-deploy | ||
## Testing | ||
Run: | ||
``` | ||
npm install && npm test | ||
``` | ||
### OS X 10.11 El Capitan | ||
@@ -46,0 +53,0 @@ |
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
160442
25
115
142