Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

help-esb

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

help-esb - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

8

examples/rpcSend.js

@@ -5,11 +5,7 @@ var HelpEsb = require('../help-esb');

var util = require('util');
client.rpcSend('org-settings-set', {routingStrategy: 'helpdotcom', organizationId: '2b9ad7bd-3aba-407c-83ce-9e95581a11bf'})
//client.rpcSend('chat-transcript-get', {roomId: 'd6e6ca50-e87d-4231-827b-799f7a665ffb', organizationId: '2b9ad7bd-3aba-407c-83ce-9e95581a11bf'})
client.rpcSend('rpc-test', {name: 'nubs'})
.timeout(5000)
.then(function(message) {
console.log('Received response:');
console.log(util.inspect(message.toJSON(), {depth: null, colors: true}));
console.log(message.get());
console.log(message.toJSON());
}).catch(function(error) {

@@ -16,0 +12,0 @@ console.warn('Received error:');

{
"name": "help-esb",
"version": "0.6.0",
"version": "0.6.1",
"description": "A client for the Help.com team's ESB.",

@@ -13,10 +13,10 @@ "main": "help-esb.js",

"dependencies": {
"bluebird": "~2.9",
"lodash": "~2.4",
"object-path": "~0.9.0",
"uuid": "~2.0"
"bluebird": "^2.9.14",
"lodash": "^3.5.0",
"object-path": "^0.9.0",
"uuid": "^2.0.1"
},
"devDependencies": {
"docco": "~0.6.3",
"jshint": "~2.5"
"docco": "^0.7.0",
"jshint": "^2.6.3"
},

@@ -23,0 +23,0 @@ "scripts": {

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