New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

help-fem

Package Overview
Dependencies
Maintainers
4
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

help-fem - npm Package Compare versions

Comparing version 0.1.34 to 0.1.35

45

help-fem.js

@@ -676,2 +676,47 @@ ;(function() {

);
},
getSalesforceAuthRequestURL: function(data, callback) {
this.parent._doHyperJSONEmit(
this.parent._emitSessionEvent,
{type: 'salesforcePush'},
{uri: '/requestURL', method: 'GET'},
data,
callback
);
},
getSalesforceConnectedApp: function(data, callback) {
this.parent._doHyperJSONEmit(
this.parent._emitSessionEvent,
{type: 'salesforcePush'},
{uri: '/connectedApp', method: 'GET'},
data,
callback
);
},
getSalesforceHasAccessToken: function(data, callback) {
this.parent._doHyperJSONEmit(
this.parent._emitSessionEvent,
{type: 'salesforcePush'},
{uri: '/hasAccessToken', method: 'GET'},
data,
callback
);
},
refreshSalesforceToken: function(data, callback) {
this.parent._doHyperJSONEmit(
this.parent._emitSessionEvent,
{type: 'salesforcePush'},
{uri: '/refreshToken', method: 'POST'},
data,
callback
);
},
createSalesforceObject: function(data, callback) {
this.parent._doHyperJSONEmit(
this.parent._emitSessionEvent,
{type: 'salesforcePush'},
{uri: '/createObject', method: 'POST'},
data,
callback
);
}

@@ -678,0 +723,0 @@ },

2

package.json
{
"name": "help-fem",
"version": "0.1.34",
"version": "0.1.35",
"description": "A Browserify/Node.js client module for the Help.com team's FEM.",

@@ -5,0 +5,0 @@ "main": "help-fem.js",

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