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

socket.io-mock

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socket.io-mock - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

14

package.json
{
"name": "socket.io-mock",
"version": "1.0.2",
"version": "1.1.0",
"description": "a mocked version of a socket.io socket for testing",

@@ -19,3 +19,3 @@ "main": "index.js",

],
"author": "Paul Oostenrijk",
"author": "Randy Lebeau",
"license": "ISC",

@@ -27,10 +27,10 @@ "bugs": {

"dependencies": {
"chai": "^2.2.0",
"debug": "^2.1.3",
"mocha": "^2.2.4"
"debug": "^2.1.3"
},
"devDependencies": {
"eslint": "^2.11.0",
"eslint-config-google": "^0.4.0"
"chai": "^3.5.0",
"eslint": "^3.12.2",
"eslint-config-google": "^0.7.1",
"mocha": "^3.2.0"
}
}

@@ -6,4 +6,8 @@ # socket.io-mock

A mock to test the socket.io library implementation
A mock to test the socket.io library implementation.
This is an enhanced copy of [socket-io-mock](https://github.com/glemmaPaul/socket-io-mock/pulls).
> I made this project becuase `socket-io-mock` does not appear to be actively maintained. This project takes advantage of `eventemitter` covering more of the socket.io-client library. If you see any bugs or lack of support for socket.io features, please drop an [issue](https://github.com/supremetechnopriest/socket.io-mock/issues).
# Installation

@@ -10,0 +14,0 @@ ```bash

Sorry, the diff of this file is not supported yet

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