@feathersjs/socketio-client
Advanced tools
Comparing version 1.0.0-pre.1 to 1.0.0-pre.2
{ | ||
"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 |
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
5286
6
27