Socket
Socket
Sign inDemoInstall

twilio-sync

Package Overview
Dependencies
7
Maintainers
2
Versions
607
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

twilio-sync


Version published
Maintainers
2
Created

Readme

Source

Twilio Sync JavaScript client library

Sync library provides a set of primitives for data synchronization

Using Sync Library

Include library

To use this library you will need an AccessManager from Twilio Common library. You may include it from CDN:

<script src="https://media.twiliocdn.com/sdk/js/common/v0.1/twilio-common.js"></script>

Then include datasync lib on your page

<script type="text/javascript" src="https://media.twiliocdn.com/sdk/js/sync/v0.2/twilio-sync.js"></script>

Instantiate library

And now you can start using Sync library

var accessManager = new Twilio.AccessManager(token);
var client = new Twilio.Sync.Client(accessManager);

FAQs

Last updated on 26 Sep 2016

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc