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

elephas

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elephas - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

4

lib/utils/SocketSubscriptionManager.js

@@ -31,5 +31,5 @@ var _ = require('lodash');

unsubscribeAll: function(client) {
_.forIn(_subscriptions, (v, key) => {
_.forIn(_subscriptions, function(v, key) {
this.unsubscribe(client, key);
});
}, this);
},

@@ -36,0 +36,0 @@ getStream$: function(client, key) {

@@ -11,3 +11,3 @@ var _ = require('lodash');

setRoutes: function(routes) {
_routes = _.reduce(routes, (prev, next) => {
_routes = _.reduce(routes, function(prev, next) {
return _.merge(prev, next);

@@ -14,0 +14,0 @@ });

{
"name": "elephas",
"version": "0.3.4",
"version": "0.3.5",
"description": "Some added sugar on top of express to give our our some sensible defaults and a little structure.",

@@ -5,0 +5,0 @@ "main": "elephas.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