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

primus

Package Overview
Dependencies
Maintainers
6
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 8.0.0 to 8.0.1

4

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

@@ -94,3 +94,3 @@ "main": "index.js",

"uws": "10.148.1",
"ws": "~7.3.1",
"ws": "~7.4.1",
"yeast": "~0.1.2"

@@ -97,0 +97,0 @@ },

@@ -51,2 +51,5 @@ 'use strict';

this.service.on('connection', (socket) => {
if (!socket) {
return;
}
const headers = socket.headers.via;

@@ -53,0 +56,0 @@

Sorry, the diff of this file is too big to display

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