New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

publication-server

Package Overview
Dependencies
Maintainers
24
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

publication-server - npm Package Compare versions

Comparing version 1.8.1 to 1.9.0

2

CHANGELOG.md
## Release History
* 1.9.0 Add `transformer` option to primus initialization defaulting to `uws`
* 1.8.1 Disable pingInterval that's handled by the server

@@ -4,0 +6,0 @@

2

package.json
{
"name": "publication-server",
"version": "1.8.1",
"version": "1.9.0",
"description": "",

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

@@ -24,3 +24,3 @@ 'use strict';

*/
constructor({authFn, mountPath, errHandler, server} = {}) {
constructor({authFn, mountPath, errHandler, server, transformer} = {}) {
assert(authFn, 'Must provide an authorization function');

@@ -43,3 +43,3 @@

parser: 'EJSON',
transformer: 'uws',
transformer: transformer || 'uws',
pingInterval: false

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

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