New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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 2.4.7 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

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