socket.io-mock
Advanced tools
Comparing version 1.0.2 to 1.1.0
{ | ||
"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
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
13150
1
42
4
- Removedchai@^2.2.0
- Removedmocha@^2.2.4
- Removedassertion-error@1.0.0(transitive)
- Removedchai@2.3.0(transitive)
- Removedcommander@0.6.12.3.0(transitive)
- Removeddebug@2.2.0(transitive)
- Removeddeep-eql@0.1.3(transitive)
- Removeddiff@1.4.0(transitive)
- Removedescape-string-regexp@1.0.2(transitive)
- Removedglob@3.2.11(transitive)
- Removedgrowl@1.9.2(transitive)
- Removedinherits@2.0.4(transitive)
- Removedjade@0.26.3(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.3.0(transitive)
- Removedminimist@0.0.8(transitive)
- Removedmkdirp@0.3.00.5.1(transitive)
- Removedmocha@2.5.3(transitive)
- Removedms@0.7.1(transitive)
- Removedsigmund@1.0.1(transitive)
- Removedsupports-color@1.2.0(transitive)
- Removedto-iso-string@0.0.2(transitive)
- Removedtype-detect@0.1.1(transitive)