New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
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.5.15

8

CHANGELOG.md

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

## [4.5.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17)
**Note:** Version bump only for package @feathersjs/primus-client
## [4.5.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13)

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

14

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

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

"dependencies": {
"@feathersjs/transport-commons": "^4.5.14"
"@feathersjs/transport-commons": "^4.5.15"
},
"devDependencies": {
"@feathersjs/commons": "^4.5.12",
"@feathersjs/feathers": "^4.5.12",
"@feathersjs/primus": "^4.5.14",
"@feathersjs/tests": "^4.5.12",
"@feathersjs/commons": "^4.5.15",
"@feathersjs/feathers": "^4.5.15",
"@feathersjs/primus": "^4.5.15",
"@feathersjs/tests": "^4.5.15",
"feathers-memory": "^4.1.0",

@@ -64,3 +64,3 @@ "mocha": "^9.1.3",

},
"gitHead": "25b6fb546768e4396333368d57a26b24f5489010"
"gitHead": "d0e9600002975296ab8de926acd317d0a73fce5c"
}