Socket
Socket
Sign inDemoInstall

@768bit/vue-sock-rpc

Package Overview
Dependencies
2
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

dist/index.d.ts

2

dist/Emitter.d.ts

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

import WebSocketRequest from "./WebSocketRequest";
import { WebSocketRequest } from "./WebSocketRequest";
declare class Emitter {

@@ -3,0 +3,0 @@ listeners: Map<string | number | symbol, any>;

@@ -43,2 +43,2 @@ import { WebSocketMessageType, WebSocketRequestBody, WebSocketResponseBody } from './types';

}
export default WebSocketRequest;
export { WebSocketRequest, WebSocketRequestOptions };
{
"name": "@768bit/vue-sock-rpc",
"version": "0.1.1",
"version": "0.1.2",
"description": "Hard fork of nathantsoi/vue-native-websocket that supports scoped/namespaced message capture",

@@ -10,2 +10,3 @@ "main": "dist/index.js",

"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"scripts": {

@@ -12,0 +13,0 @@ "build": "rollup -c",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc