twilio-sync
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -149,3 +149,5 @@ 'use strict'; | ||
var listToAdd = substract(this._subscriptions, this._persisted); | ||
var listToAdd = substract(this._subscriptions, this._persisted).filter(function (x) { | ||
return x.sid; | ||
}); | ||
if (listToAdd.length > 0) { | ||
@@ -152,0 +154,0 @@ return { action: 'establish', list: listToAdd }; |
{ | ||
"name": "twilio-sync", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Twilio Sync client library", | ||
@@ -22,3 +22,3 @@ "main": "lib/index.js", | ||
"twilsock": "^0.2.0", | ||
"uuid": "^2.0.2" | ||
"uuid": "^3.0.1" | ||
}, | ||
@@ -25,0 +25,0 @@ "devDependencies": { |
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
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 too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1557836
21112
- Removeduuid@2.0.3(transitive)
Updateduuid@^3.0.1