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

@feathersjs/socketio-client

Package Overview
Dependencies
Maintainers
4
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/socketio-client - npm Package Compare versions

Comparing version 1.2.1 to 4.0.0-pre.0

index.d.ts

20

CHANGELOG.md

@@ -6,2 +6,22 @@ # 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 adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
* Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
### Features
* Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
* Allow registering a service at the root level ([#1115](https://github.com/feathersjs/feathers/issues/1115)) ([c73d322](https://github.com/feathersjs/feathers/commit/c73d322))
* Authentication v3 core server implementation ([#1205](https://github.com/feathersjs/feathers/issues/1205)) ([1bd7591](https://github.com/feathersjs/feathers/commit/1bd7591))
## [1.2.1](https://github.com/feathersjs/feathers/compare/@feathersjs/socketio-client@1.2.0...@feathersjs/socketio-client@1.2.1) (2019-01-02)

@@ -8,0 +28,0 @@

22

package.json
{
"name": "@feathersjs/socketio-client",
"description": "The client for Socket.io through feathers-socketio",
"version": "1.2.1",
"version": "4.0.0-pre.0",
"homepage": "https://feathersjs.com",
"main": "lib/index.js",
"types": "index.d.ts",
"keywords": [

@@ -38,14 +39,15 @@ "feathers",

"dependencies": {
"@feathersjs/transport-commons": "^4.2.1"
"@feathersjs/transport-commons": "^4.0.0-pre.0",
"@types/socket.io-client": "^1.4.32"
},
"devDependencies": {
"@feathersjs/commons": "^4.0.0",
"@feathersjs/feathers": "^3.3.1",
"@feathersjs/socketio": "^3.2.9",
"chai": "^4.1.2",
"feathers-memory": "^2.0.0",
"mocha": "^5.2.0",
"socket.io-client": "^2.0.3"
"@feathersjs/commons": "^4.0.0-pre.0",
"@feathersjs/feathers": "^4.0.0-pre.0",
"@feathersjs/socketio": "^4.0.0-pre.0",
"chai": "^4.2.0",
"feathers-memory": "^3.0.2",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc