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.0.30 to 0.0.31

4

dist/index.es.js

@@ -850,4 +850,4 @@ import * as Promise$1 from 'bluebird';

if (st && Array.isArray(st) && st.length > 0) {
st.forEach(function (handler) {
handler(parsed_1.topic, parsed_1.payload.publish);
st.forEach(function (reg) {
reg.handler(parsed_1.topic, parsed_1.payload.publish);
});

@@ -854,0 +854,0 @@ }

@@ -853,4 +853,4 @@ 'use strict';

if (st && Array.isArray(st) && st.length > 0) {
st.forEach(function (handler) {
handler(parsed_1.topic, parsed_1.payload.publish);
st.forEach(function (reg) {
reg.handler(parsed_1.topic, parsed_1.payload.publish);
});

@@ -857,0 +857,0 @@ }

{
"name": "@768bit/vue-sock-rpc",
"version": "0.0.30",
"version": "0.0.31",
"description": "Hard fork of nathantsoi/vue-native-websocket that supports scoped/namespaced message capture",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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