New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

snapper-consumer

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snapper-consumer - npm Package Compare versions

Comparing version

to
1.3.1

6

package.json

@@ -6,3 +6,3 @@ {

"typings": "./snapper-consumer.d.ts",
"version": "1.3.0",
"version": "1.3.1",
"authors": [

@@ -14,7 +14,7 @@ "Yan Qing <admin@zensh.com>"

"dependencies": {
"engine.io-client": "~1.6.11",
"engine.io-client": "~1.7.2",
"jsonrpc-lite": "~1.2.3"
},
"devDependencies": {
"standard": "^7.1.2"
"standard": "^8.5.0"
},

@@ -21,0 +21,0 @@ "scripts": {

@@ -28,2 +28,3 @@ export interface RequestObject {

join(room?: string): Consumer;
getToken(): string;
_join(roomId: string, consumerId: string): any;

@@ -30,0 +31,0 @@ _respond(event: string): void;