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
5
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 1.0.7 to 1.0.8

4

help-fem.js

@@ -86,3 +86,5 @@ ;(function() {

// Connect to the Socket.io server and store the socket information.
this.socket = io.connect(this.uri + '/' + this.organizationId);
this.socket = io.connect(this.uri + '/' + this.organizationId, {
transports: ['websocket', 'polling']
});

@@ -89,0 +91,0 @@ // Reply callback map for this client.

{
"name": "help-fem",
"version": "1.0.7",
"version": "1.0.8",
"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