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.0 to 1.0.1

7

CHANGELOG.md
# Change Log
## [v1.0.0](https://github.com/feathersjs/socketio-client/tree/v1.0.0) (2017-11-01)
[Full Changelog](https://github.com/feathersjs/socketio-client/compare/v1.0.0-pre.3...v1.0.0)
**Merged pull requests:**
- Update dependencies for release [\#3](https://github.com/feathersjs/socketio-client/pull/3) ([daffl](https://github.com/daffl))
## [v1.0.0-pre.3](https://github.com/feathersjs/socketio-client/tree/v1.0.0-pre.3) (2017-10-23)

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

7

lib/index.js
const Service = require('@feathersjs/socket-commons/client');
module.exports = function (connection, options) {
function socketioClient (connection, options) {
if (!connection) {

@@ -35,2 +35,5 @@ throw new Error('Socket.io connection needs to be provided');

return initialize;
};
}
module.exports = socketioClient;
module.exports.default = socketioClient;
{
"name": "@feathersjs/socketio-client",
"description": "The client for Socket.io through feathers-socketio",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/feathersjs/socketio-client",
"main": "lib/",
"main": "lib/index.js",
"keywords": [

@@ -8,0 +8,0 @@ "feathers",

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