Socket
Socket
Sign inDemoInstall

twilio-sync

Package Overview
Dependencies
Maintainers
1
Versions
608
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twilio-sync - npm Package Compare versions

Comparing version 0.0.1-security to 0.2.6

_src/twilio-sync-bundle.js

68

package.json
{
"name": "twilio-sync",
"version": "0.0.1-security",
"description": "",
"main": "index.js",
"version": "0.2.6",
"description": "Twilio Sync client library",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "gulp unit-test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/npm/security-holder.git"
"author": "Twilio",
"license": "MIT",
"dependencies": {
"event-to-promise": "^0.7.0",
"loglevel": "^1.4.1",
"platform": "^1.3.1",
"twilio-notifications": "^0.1.6",
"twilio-transport": "^0.0.2",
"twilsock": "^0.1.11",
"uuid": "^2.0.2"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/npm/security-holder/issues"
},
"homepage": "https://github.com/npm/security-holder#readme"
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"backoff": "^2.5.0",
"browserify": "^13.1.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"cheerio": "^0.20.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-exit": "0.0.2",
"gulp-insert": "^0.5.0",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"ink-docstrap": "^1.2.1",
"jsdoc": "^3.4.0",
"jsdoc-babel": "^0.2.1",
"jsonwebtoken": "^7.1.6",
"mocha.parallel": "^0.12.0",
"run-sequence": "^1.2.2",
"sinon": "^1.17.5",
"sinon-as-promised": "^4.0.2",
"sinon-chai": "^2.8.0",
"twilio": "^3.3.0-edge",
"twilio-common": "^0.1.5",
"underscore": "^1.8.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}

@@ -1,9 +0,26 @@

# Security holding package
Twilio Sync JavaScript client library
===============
Sync library provides a set of primitives for data synchronization
This package name is not currently in use, but was formerly occupied
by another package. To avoid malicious use, npm is hanging on to the
package name, but loosely, and we'll probably give it to you if you
want it.
Using Sync Library
=============
You may adopt this package by contacting support@npmjs.com and
requesting the name.
## 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);
```
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