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

Comparing version 0.3.0-alpha.14 to 0.3.0-alpha.15

dist/twilio-sync.js

11

lib/client.js

@@ -280,3 +280,3 @@ 'use strict';

* Open a SyncDocument by identifier, or create one if none exists
* @param {string} Document identifier. Unique name or sid.
* @param {string} id Document identifier. Unique name or sid.
* @return {Promise<Document>}

@@ -309,3 +309,3 @@ * @public

* Open a Map by identifier, or create one if none exists
* @param {string} Map identifier. Unique name or sid.
* @param {string} id Map identifier. Unique name or sid.
* @return {Promise<Map>}

@@ -338,3 +338,3 @@ * @public

* Open a List by identifier, or create one if none exists
* @param {string} List identifier. Unique name or sid.
* @param {string} id List identifier. Unique name or sid.
* @return {Promise<List>}

@@ -380,2 +380,4 @@ * @public

* Set new auth token
* @param {string} token New token to set
* @return {Promise}
* @public

@@ -401,3 +403,2 @@ */

exports.default = Client;
(0, _defineProperties2.default)(Client, {

@@ -430,3 +431,3 @@ version: {

(0, _freeze2.default)(Client);
exports.default = Client;

@@ -433,0 +434,0 @@ /**

@@ -7,6 +7,2 @@ "use strict";

var _freeze = require("babel-runtime/core-js/object/freeze");
var _freeze2 = _interopRequireDefault(_freeze);
var _defineProperties = require("babel-runtime/core-js/object/define-properties");

@@ -89,5 +85,2 @@

exports.default = ListItem;
(0, _freeze2.default)(ListItem);
module.exports = exports["default"];

@@ -7,6 +7,2 @@ "use strict";

var _freeze = require("babel-runtime/core-js/object/freeze");
var _freeze2 = _interopRequireDefault(_freeze);
var _defineProperties = require("babel-runtime/core-js/object/define-properties");

@@ -89,5 +85,2 @@

exports.default = MapItem;
(0, _freeze2.default)(MapItem);
module.exports = exports["default"];

@@ -7,6 +7,2 @@ 'use strict';

var _freeze = require('babel-runtime/core-js/object/freeze');
var _freeze2 = _interopRequireDefault(_freeze);
var _promise = require('babel-runtime/core-js/promise');

@@ -89,5 +85,2 @@

exports.default = Paginator;
(0, _freeze2.default)(Paginator);
module.exports = exports['default'];

@@ -7,6 +7,2 @@ 'use strict';

var _freeze = require('babel-runtime/core-js/object/freeze');
var _freeze2 = _interopRequireDefault(_freeze);
var _extends2 = require('babel-runtime/helpers/extends');

@@ -389,5 +385,2 @@

(0, _freeze2.default)(SyncDocument);
/**

@@ -394,0 +387,0 @@ * Applies a transformation to the document value

@@ -7,6 +7,2 @@ 'use strict';

var _freeze = require('babel-runtime/core-js/object/freeze');
var _freeze2 = _interopRequireDefault(_freeze);
var _promise = require('babel-runtime/core-js/promise');

@@ -77,3 +73,2 @@

/**
* @class
* @alias List

@@ -97,3 +92,2 @@ * @classdesc List collection to store an ordered list of values

/**
* @constructor
* @private

@@ -582,5 +576,2 @@ */

(0, _freeze2.default)(SyncList);
/**

@@ -587,0 +578,0 @@ * Applies a transformation to the item value

@@ -7,6 +7,2 @@ 'use strict';

var _freeze = require('babel-runtime/core-js/object/freeze');
var _freeze2 = _interopRequireDefault(_freeze);
var _extends2 = require('babel-runtime/helpers/extends');

@@ -701,5 +697,2 @@

(0, _freeze2.default)(SyncMap);
/**

@@ -706,0 +699,0 @@ * Applies a transformation to the item value

{
"name": "twilio-sync",
"version": "0.3.0-alpha.14",
"version": "0.3.0-alpha.15",
"description": "Twilio Sync client library",

@@ -53,3 +53,2 @@ "main": "lib/index.js",

"jsdoc": "^3.4.0",
"jsdoc-babel": "^0.2.1",
"jsonwebtoken": "^7.1.6",

@@ -56,0 +55,0 @@ "mocha.parallel": "^0.13.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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