Socket
Socket
Sign inDemoInstall

@feathersjs/socketio

Package Overview
Dependencies
5
Maintainers
4
Versions
123
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.9 to 4.0.0-pre.0

index.d.ts

29

CHANGELOG.md

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

# [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21)
### Bug Fixes
* Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
* Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
* **package:** update debug to version 3.0.0 ([#83](https://github.com/feathersjs/feathers/issues/83)) ([49f1de9](https://github.com/feathersjs/feathers/commit/49f1de9))
* **package:** update socket.io to version 2.0.0 ([#75](https://github.com/feathersjs/feathers/issues/75)) ([d4a4b71](https://github.com/feathersjs/feathers/commit/d4a4b71))
### chore
* drop support for Node.js 0.10 ([#48](https://github.com/feathersjs/feathers/issues/48)) ([3f7555a](https://github.com/feathersjs/feathers/commit/3f7555a))
### Features
* Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
### BREAKING CHANGES
* This module no longer supports Node.js 0.10
## [3.2.9](https://github.com/feathersjs/feathers/compare/@feathersjs/socketio@3.2.8...@feathersjs/socketio@3.2.9) (2019-01-02)

@@ -8,0 +37,0 @@

30

package.json
{
"name": "@feathersjs/socketio",
"description": "The Feathers Socket.io real-time API provider",
"version": "3.2.9",
"version": "4.0.0-pre.0",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "index.d.ts",
"keywords": [

@@ -38,18 +39,19 @@ "feathers",

"dependencies": {
"@feathersjs/transport-commons": "^4.2.1",
"debug": "^4.0.0",
"socket.io": "^2.1.0",
"uberproto": "^2.0.1"
"@feathersjs/transport-commons": "^4.0.0-pre.0",
"@types/socket.io": "^2.1.2",
"debug": "^4.1.1",
"socket.io": "^2.2.0",
"uberproto": "^2.0.4"
},
"devDependencies": {
"@feathersjs/commons": "^4.0.0",
"@feathersjs/express": "^1.3.1",
"@feathersjs/feathers": "^3.3.1",
"feathers": "^2.2.3",
"feathers-memory": "^2.0.0",
"lodash": "^4.0.1",
"mocha": "^5.2.0",
"socket.io-client": "^2.0.0"
"@feathersjs/commons": "^4.0.0-pre.0",
"@feathersjs/express": "^4.0.0-pre.0",
"@feathersjs/feathers": "^4.0.0-pre.0",
"feathers": "^2.2.4",
"feathers-memory": "^3.0.2",
"lodash": "^4.17.11",
"mocha": "^6.0.2",
"socket.io-client": "^2.2.0"
},
"gitHead": "8c3a740ada9c9a0a25204d72f8ce982ad2887331"
"gitHead": "f415041c465858436a475302aabc7b8cc75adfef"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc