@feathersjs/socket-commons
Advanced tools
Comparing version 3.0.0-pre.6 to 3.0.0-pre.7
# 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)* |
@@ -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", |
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
32328
418