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.0.2 to 1.0.3

9

CHANGELOG.md
# Change Log
## [v1.0.2](https://github.com/feathersjs/socketio-client/tree/v1.0.2) (2018-01-03)
[Full Changelog](https://github.com/feathersjs/socketio-client/compare/v1.0.1...v1.0.2)
**Merged pull requests:**
- Update documentation to correspond with latest release [\#7](https://github.com/feathersjs/socketio-client/pull/7) ([daffl](https://github.com/daffl))
- Update semistandard to the latest version 🚀 [\#6](https://github.com/feathersjs/socketio-client/pull/6) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-memory to the latest version 🚀 [\#5](https://github.com/feathersjs/socketio-client/pull/5) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
## [v1.0.1](https://github.com/feathersjs/socketio-client/tree/v1.0.1) (2017-11-16)

@@ -4,0 +13,0 @@ [Full Changelog](https://github.com/feathersjs/socketio-client/compare/v1.0.0...v1.0.1)

2

lib/index.js

@@ -1,2 +0,2 @@

const Service = require('@feathersjs/socket-commons/client');
const Service = require('@feathersjs/transport-commons/client');

@@ -3,0 +3,0 @@ function socketioClient (connection, options) {

{
"name": "@feathersjs/socketio-client",
"description": "The client for Socket.io through feathers-socketio",
"version": "1.0.2",
"version": "1.0.3",
"homepage": "https://github.com/feathersjs/socketio-client",

@@ -50,3 +50,3 @@ "main": "lib/index.js",

"dependencies": {
"@feathersjs/socket-commons": "^3.0.0"
"@feathersjs/transport-commons": "^3.2.0"
},

@@ -60,3 +60,3 @@ "devDependencies": {

"istanbul": "^1.1.0-alpha.1",
"mocha": "^4.0.1",
"mocha": "^5.0.0",
"semistandard": "^12.0.0",

@@ -63,0 +63,0 @@ "socket.io-client": "^2.0.3"

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