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

help-fem

Package Overview
Dependencies
Maintainers
3
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.22 to 0.1.23

9

help-fem.js

@@ -327,2 +327,11 @@ ;(function() {

},
getDepartments: function (data, callback) {
this.parent._doHyperJSONEmit(
this.parent._emitSessionEvent,
{ type: 'organizationManager' },
{ uri: '/departments', method: 'GET' },
data,
callback
);
},
getAnalyticsSession: function(data, callback) {

@@ -329,0 +338,0 @@ this.parent._doSimpleEmit(

2

package.json
{
"name": "help-fem",
"version": "0.1.22",
"version": "0.1.23",
"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