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.2-build.136 to 0.3.2-build.142

14

lib/network.js

@@ -72,4 +72,5 @@ 'use strict';

value: function get(uri) {
_logger2.default.debug('GET', uri, 'ID:', this._headers['Twilio-Request-Id']);
return this._transport.get(uri, this._headers);
var headers = this._headers;
_logger2.default.debug('GET', uri, 'ID:', headers['Twilio-Request-Id']);
return this._transport.get(uri, headers);
}

@@ -84,3 +85,3 @@ }, {

_logger2.default.debug('POST', uri, 'ID:', this._headers['Twilio-Request-Id']);
_logger2.default.debug('POST', uri, 'ID:', headers['Twilio-Request-Id']);
return this._transport.post(uri, headers, body);

@@ -96,3 +97,3 @@ }

_logger2.default.debug('PUT', uri, 'ID:', this._headers['Twilio-Request-Id']);
_logger2.default.debug('PUT', uri, 'ID:', headers['Twilio-Request-Id']);
return this._transport.put(uri, headers, body);

@@ -103,4 +104,5 @@ }

value: function _delete(uri) {
_logger2.default.debug('DELETE', uri, 'ID:', this._headers['Twilio-Request-Id']);
return this._transport.delete(uri, this._headers);
var headers = this._headers;
_logger2.default.debug('DELETE', uri, 'ID:', headers['Twilio-Request-Id']);
return this._transport.delete(uri, headers);
}

@@ -107,0 +109,0 @@ }]);

{
"name": "twilio-sync",
"version": "0.3.2-build.136",
"version": "0.3.2-build.142",
"description": "Twilio Sync client library",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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

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