You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@feathersjs/primus-client

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/primus-client - npm Package Compare versions

Comparing version

to
4.3.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [4.3.1](https://github.com/feathersjs/feathers/compare/v4.3.0...v4.3.1) (2019-09-09)
**Note:** Version bump only for package @feathersjs/primus-client
# [4.3.0](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.4...v4.3.0) (2019-08-27)

@@ -8,0 +16,0 @@

12

package.json
{
"name": "@feathersjs/primus-client",
"description": "Client services for Primus and feathers-primus",
"version": "4.3.0",
"version": "4.3.1",
"homepage": "https://feathersjs.com",

@@ -39,9 +39,9 @@ "main": "lib/index.js",

"dependencies": {
"@feathersjs/transport-commons": "^4.3.0"
"@feathersjs/transport-commons": "^4.3.1"
},
"devDependencies": {
"@feathersjs/commons": "^4.3.0",
"@feathersjs/feathers": "^4.3.0",
"@feathersjs/primus": "^4.3.0",
"@feathersjs/tests": "^4.3.0",
"@feathersjs/feathers": "^4.3.1",
"@feathersjs/primus": "^4.3.1",
"@feathersjs/tests": "^4.3.1",
"chai": "^4.2.0",

@@ -52,3 +52,3 @@ "feathers-memory": "^4.0.0",

},
"gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694"
"gitHead": "64c73ba6b783c511449abb5fd7bf093fac71a462"
}