publication-server
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -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 @@ |
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13112768
28
+ Addedws@8.18.0(transitive)
- Removedws@7.5.10(transitive)
Updatedejson@^2.2.3
Updatedprimus@^8.0.6
Updatedunderscore@^1.13.6
Updatedws@^8.11.0