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 1.0.2 to 1.0.3

10

CHANGELOG.md
# Change Log
## [v1.0.2](https://github.com/feathersjs/primus-client/tree/v1.0.2) (2018-01-03)
[Full Changelog](https://github.com/feathersjs/primus-client/compare/v1.0.1...v1.0.2)
**Merged pull requests:**
- Update readme to correspond with latest release [\#8](https://github.com/feathersjs/primus-client/pull/8) ([daffl](https://github.com/daffl))
- Update semistandard to the latest version 🚀 [\#7](https://github.com/feathersjs/primus-client/pull/7) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-memory to the latest version 🚀 [\#6](https://github.com/feathersjs/primus-client/pull/6) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update uws to the latest version 🚀 [\#5](https://github.com/feathersjs/primus-client/pull/5) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
## [v1.0.1](https://github.com/feathersjs/primus-client/tree/v1.0.1) (2017-11-16)

@@ -4,0 +14,0 @@ [Full Changelog](https://github.com/feathersjs/primus-client/compare/v1.0.0...v1.0.1)

2

lib/index.js

@@ -1,2 +0,2 @@

const Service = require('@feathersjs/socket-commons/client');
const Service = require('@feathersjs/transport-commons/client');

@@ -3,0 +3,0 @@ function primusClient (connection, options) {

{
"name": "@feathersjs/primus-client",
"description": "Client services for Primus and feathers-primus",
"version": "1.0.2",
"version": "1.0.3",
"homepage": "https://github.com/feathersjs/primus-client",

@@ -50,16 +50,16 @@ "main": "lib/index.js",

"dependencies": {
"@feathersjs/socket-commons": "^3.0.0"
"@feathersjs/transport-commons": "^3.2.0"
},
"devDependencies": {
"@feathersjs/commons": "^1.2.0",
"@feathersjs/feathers": "^3.0.0",
"@feathersjs/primus": "^3.0.0",
"@feathersjs/commons": "^1.4.0",
"@feathersjs/feathers": "^3.0.5",
"@feathersjs/primus": "^3.0.3",
"chai": "^4.1.2",
"feathers-memory": "^2.0.0",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^4.0.1",
"mocha": "^5.0.0",
"semistandard": "^12.0.0",
"uws": "^9.14.0",
"ws": "^3.3.1"
"ws": "^4.0.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