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

ios-deploy

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ios-deploy - npm Package Compare versions

Comparing version 1.8.4 to 1.8.5

ios-deploy.xcodeproj/xcshareddata/xcschemes/ios-deploy-tests.xcscheme

9

package.json
{
"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

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