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

publication-server

Package Overview
Dependencies
Maintainers
28
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 3.0.1 to 3.0.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [3.0.2](https://github.com/mixmaxhq/publication-server/compare/v3.0.1...v3.0.2) (2022-11-11)
### Bug Fixes
* eslint warnings and errors ([745dabf](https://github.com/mixmaxhq/publication-server/commit/745dabf26ec693f37af4393d1abdf4d7495a423a))
## [3.0.1](https://github.com/mixmaxhq/publication-server/compare/v3.0.0...v3.0.1) (2022-10-31)

@@ -2,0 +9,0 @@

20

package.json
{
"name": "publication-server",
"version": "3.0.1",
"version": "3.0.2",
"description": "",

@@ -22,18 +22,18 @@ "main": "src/index.js",

"dependencies": {
"ejson": "^2.1.2",
"ejson": "^2.2.3",
"node-uuid": "^1.4.7",
"primus": "^8.0.1",
"underscore": "^1.8.3",
"primus": "^8.0.6",
"underscore": "^1.13.6",
"uws": "^0.14.1",
"ws": "^7.5.9"
"ws": "^8.11.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.1.0",
"@commitlint/config-conventional": "^17.2.0",
"@mixmaxhq/commitlint-jenkins": "^1.6.0",
"@mixmaxhq/prettier-config": "^1.0.0",
"@mixmaxhq/prettier-config": "^1.1.0",
"@mixmaxhq/semantic-release-config": "^2.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^6.8.0",
"eslint-config-mixmax": "^4.8.0",
"prettier": "^1.19.1",
"eslint": "^7.32.0",
"eslint-config-mixmax": "^5.0.1",
"prettier": "^2.7.1",
"semantic-release": "^17.4.7"

@@ -40,0 +40,0 @@ },

'use strict';
const _ = require('underscore');
const assert = require('assert');
const Primus = require('primus');
const _ = require('underscore');

@@ -7,0 +8,0 @@ const Session = require('./session');

'use strict';
const uuid = require('node-uuid');
const _ = require('underscore');
const uuid = require('node-uuid');

@@ -91,3 +91,3 @@ const Subscription = require('./subscription');

ping(msg) {
var resp = {
const resp = {
msg: 'pong',

@@ -94,0 +94,0 @@ };

'use strict';
const _ = require('underscore');
const PublicationError = require('./PublicationError');

@@ -5,0 +6,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