🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

primus

Package Overview
Dependencies
Maintainers
5
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

primus - npm Package Compare versions

Comparing version

to
2.4.8

transformers/engine.io/patches/index.js

2

package.json
{
"name": "primus",
"version": "2.4.7",
"version": "2.4.8",
"description": "Primus is a simple abstraction around real-time frameworks. It allows you to easily switch between different frameworks without any code changes.",

@@ -5,0 +5,0 @@ "main": "index.js",

'use strict';
try { require('./patches'); }
catch (e) {
[
'',
'Could not apply engine.io patches, we received error',
e.message,
'overriding the prototypes of the serverside components',
''
].forEach(function log(line) {
console.error('primus: '+ line);
});
}
/**

@@ -4,0 +17,0 @@ * Minimum viable Engine.IO server for Node.js that works through the primus