Socket
Socket
Sign inDemoInstall

twilio-sync

Package Overview
Dependencies
Maintainers
2
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.3.4 to 0.3.5-dev-build.155

6

lib/changetracker.js

@@ -35,5 +35,5 @@ 'use strict';

var _jsondiff = require('./jsondiff');
var _rfc = require('rfc6902');
var _jsondiff2 = _interopRequireDefault(_jsondiff);
var _rfc2 = _interopRequireDefault(_rfc);

@@ -82,3 +82,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var diff = _jsondiff2.default.diff(originalData, updatedData);
var diff = _rfc2.default.createPatch(originalData, updatedData);
diff.forEach(function (row) {

@@ -85,0 +85,0 @@ if (row.op === 'add') {

@@ -43,5 +43,5 @@ 'use strict';

var _jsondiff = require('./jsondiff');
var _rfc = require('rfc6902');
var _jsondiff2 = _interopRequireDefault(_jsondiff);
var _rfc2 = _interopRequireDefault(_rfc);

@@ -172,3 +172,3 @@ var _retryingqueue = require('./retryingqueue');

var diff = _jsondiff2.default.diff(originalData, updatedData);
var diff = _rfc2.default.createPatch(originalData, updatedData);
diff.forEach(function (row) {

@@ -175,0 +175,0 @@ if (row.op === 'add') {

{
"name": "twilio-sync",
"version": "0.3.4",
"version": "0.3.5-dev-build.155",
"description": "Twilio Sync client library",

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

"platform": "^1.3.1",
"rfc6902": "^1.2.2",
"twilio-notifications": "^0.2.0",

@@ -26,2 +27,3 @@ "twilio-transport": "^0.0.8",

"devDependencies": {
"async-test-tools": "^1.0.5",
"babel-cli": "^6.14.0",

@@ -28,0 +30,0 @@ "babel-eslint": "^7.0.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 too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc