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

@feathersjs/socket-commons

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/socket-commons - npm Package Compare versions

Comparing version 3.0.0-pre.6 to 3.0.0-pre.7

15

CHANGELOG.md
# Change Log
## [v3.0.0-pre.6](https://github.com/feathersjs/socket-commons/tree/v3.0.0-pre.6) (2017-10-21)
[Full Changelog](https://github.com/feathersjs/socket-commons/compare/v3.0.0-pre.5...v3.0.0-pre.6)
**Closed issues:**
- feathers-socket-commons produces error when it get bundled and steal-socket.io gets used as connection [\#44](https://github.com/feathersjs/socket-commons/issues/44)
- Surface src/events.js lines 44-69 for feathers-hooks-common/src/filters/combine.js [\#40](https://github.com/feathersjs/socket-commons/issues/40)
**Merged pull requests:**
- Updates for Feathers v3 \(Buzzard\) [\#52](https://github.com/feathersjs/socket-commons/pull/52) ([daffl](https://github.com/daffl))
- Rename repository and use npm scope [\#51](https://github.com/feathersjs/socket-commons/pull/51) ([daffl](https://github.com/daffl))
## [v3.0.0-pre.5](https://github.com/feathersjs/socket-commons/tree/v3.0.0-pre.5) (2017-10-18)

@@ -182,2 +195,2 @@ [Full Changelog](https://github.com/feathersjs/socket-commons/compare/v3.0.0-pre.4...v3.0.0-pre.5)

\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

8

lib/utils.js

@@ -109,11 +109,5 @@ const errors = require('@feathersjs/errors');

// This is an internal (hidden) property that tells Feathers
// to return the hook instead of the result
Object.defineProperty(params, '__returnHook', {
value: true
});
methodArgs[position] = params;
return service[method](...methodArgs);
return service[method](...methodArgs, true);
};

@@ -120,0 +114,0 @@

{
"name": "@feathersjs/socket-commons",
"description": "Shared functionality for websocket providers",
"version": "3.0.0-pre.6",
"version": "3.0.0-pre.7",
"homepage": "https://github.com/feathersjs/socket-commons",

@@ -55,3 +55,3 @@ "main": "lib/",

"devDependencies": {
"@feathersjs/feathers": "^3.0.0-pre.2",
"@feathersjs/feathers": "^3.0.0-pre.3",
"istanbul": "^1.1.0-alpha.1",

@@ -58,0 +58,0 @@ "mocha": "^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