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

@feathersjs/socketio-client

Package Overview
Dependencies
Maintainers
7
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.0.0-pre.1 to 1.0.0-pre.2

CHANGELOG.md

4

package.json
{
"name": "@feathersjs/socketio-client",
"description": "The client for Socket.io through feathers-socketio",
"version": "1.0.0-pre.1",
"version": "1.0.0-pre.2",
"homepage": "https://github.com/feathersjs/socketio-client",

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

"devDependencies": {
"chai": "^3.5.0",
"chai": "^4.1.2",
"feathers": "^3.0.0-pre.1",

@@ -56,0 +56,0 @@ "feathers-commons": "^1.0.0-pre.3",

@@ -1,8 +0,10 @@

# feathers-socketio-client
# @feathersjs/socketio-client
[![Build Status](https://travis-ci.org/feathersjs/feathers-socketio-client.png?branch=master)](https://travis-ci.org/feathersjs/feathers-socketio-client)
[![Test Coverage](https://codeclimate.com/github/feathersjs/feathers-socketio-client/badges/coverage.svg)](https://codeclimate.com/github/feathersjs/feathers-socketio-client/coverage)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers-socketio-client.svg?style=flat-square)](https://david-dm.org/feathersjs/feathers-socketio-client)
[![Download Status](https://img.shields.io/npm/dm/feathers-socketio-client.svg?style=flat-square)](https://www.npmjs.com/package/feathers-socketio-client)
[![Greenkeeper badge](https://badges.greenkeeper.io/feathersjs/feathers-socketio-client.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/feathersjs/socketio-client.png?branch=master)](https://travis-ci.org/feathersjs/socketio-client)
[![Test Coverage](https://codeclimate.com/github/feathersjs/socketio-client/badges/coverage.svg)](https://codeclimate.com/github/feathersjs/socketio-client/coverage)
[![Dependency Status](https://img.shields.io/david/feathersjs/socketio-client.svg?style=flat-square)](https://david-dm.org/feathersjs/socketio-client)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/socketio-client.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/socketio-client)
> The client for Socket.io Feathers connections

@@ -13,3 +15,3 @@

```
npm install feathers-socketio-client --save
npm install @feathersjs/socketio-client --save
```

@@ -19,3 +21,3 @@

Please refer to the [feathers-socketio-client documentation](https://docs.feathersjs.com/api/socketio.html#client) for more details.
Please refer to the [@feathersjs/socketio-client documentation](https://docs.feathersjs.com/api/socketio.html#client) for more details.

@@ -22,0 +24,0 @@ ## License

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