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

@synctree/libimobiledevice

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@synctree/libimobiledevice

Node Port of libimobiledevice

  • 0.0.20
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
2
Weekly downloads
 
Created
Source

libmobiledevice node port for Synctree

Summary

We are planning to replace a project that connects to Apple's devices using open source library: http://www.libimobiledevice.org/.

Most functionality we need is supported in this port: https://github.com/mceSystems/libijs

However, they have not implemented pairing. The code to port pairing did not seem trivial (https://github.com/libimobiledevice/libimobiledevice/blob/master/src/lockdown.c#L885)

The plan is to this using node's Addon functionality to supplement libijs. https://nodejs.org/api/addons.html

TODO

We are not entirely sure what will get included by the installer so after we finished getting this working we might want to remove temporary files in order to reduce the size of the installer.

Installation Instructions

yarn add @synctree/libimobiledevice

Development Instructions

  1. git clone git@github.com:synctree/synctree-libimobiledevice.git
  2. yarn install
  3. sample usage
yarn pair

Output

pairing ==> fbade4dea6853f01a92a1248817e2ea2ca460517
Pairing failed error  ==> LOCKDOWN_E_PASSWORD_PROTECTED[-17]

To publish to npm

yarn publish --access public

FAQs

Package last updated on 02 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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