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

resolve-subscribe-socket.io

Package Overview
Dependencies
Maintainers
3
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resolve-subscribe-socket.io - npm Package Compare versions

Comparing version 0.22.0 to 0.22.1

60

es/index.js

@@ -12,4 +12,4 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";

return {
init: function () {
var _init = _asyncToGenerator(
init: function init() {
return _asyncToGenerator(
/*#__PURE__*/

@@ -63,12 +63,6 @@ _regeneratorRuntime.mark(function _callee() {

}, _callee);
}));
function init() {
return _init.apply(this, arguments);
}
return init;
}(),
close: function () {
var _close = _asyncToGenerator(
}))();
},
close: function close() {
return _asyncToGenerator(
/*#__PURE__*/

@@ -98,14 +92,8 @@ _regeneratorRuntime.mark(function _callee2() {

}, _callee2);
}));
function close() {
return _close.apply(this, arguments);
}
return close;
}(),
subscribeToTopics: function () {
var _subscribeToTopics = _asyncToGenerator(
}))();
},
subscribeToTopics: function subscribeToTopics(topics) {
return _asyncToGenerator(
/*#__PURE__*/
_regeneratorRuntime.mark(function _callee3(topics) {
_regeneratorRuntime.mark(function _callee3() {
return _regeneratorRuntime.wrap(function _callee3$(_context3) {

@@ -131,14 +119,8 @@ while (1) {

}, _callee3);
}));
function subscribeToTopics(_x) {
return _subscribeToTopics.apply(this, arguments);
}
return subscribeToTopics;
}(),
unsubscribeFromTopics: function () {
var _unsubscribeFromTopics = _asyncToGenerator(
}))();
},
unsubscribeFromTopics: function unsubscribeFromTopics(topics) {
return _asyncToGenerator(
/*#__PURE__*/
_regeneratorRuntime.mark(function _callee4(topics) {
_regeneratorRuntime.mark(function _callee4() {
return _regeneratorRuntime.wrap(function _callee4$(_context4) {

@@ -164,10 +146,4 @@ while (1) {

}, _callee4);
}));
function unsubscribeFromTopics(_x2) {
return _unsubscribeFromTopics.apply(this, arguments);
}
return unsubscribeFromTopics;
}(),
}))();
},
isConnected: function isConnected() {

@@ -174,0 +150,0 @@ if (!isInitialized) {

@@ -22,4 +22,4 @@ "use strict";

return {
init: function () {
var _init = (0, _asyncToGenerator2["default"])(
init: function init() {
return (0, _asyncToGenerator2["default"])(
/*#__PURE__*/

@@ -73,12 +73,6 @@ _regenerator["default"].mark(function _callee() {

}, _callee);
}));
function init() {
return _init.apply(this, arguments);
}
return init;
}(),
close: function () {
var _close = (0, _asyncToGenerator2["default"])(
}))();
},
close: function close() {
return (0, _asyncToGenerator2["default"])(
/*#__PURE__*/

@@ -108,14 +102,8 @@ _regenerator["default"].mark(function _callee2() {

}, _callee2);
}));
function close() {
return _close.apply(this, arguments);
}
return close;
}(),
subscribeToTopics: function () {
var _subscribeToTopics = (0, _asyncToGenerator2["default"])(
}))();
},
subscribeToTopics: function subscribeToTopics(topics) {
return (0, _asyncToGenerator2["default"])(
/*#__PURE__*/
_regenerator["default"].mark(function _callee3(topics) {
_regenerator["default"].mark(function _callee3() {
return _regenerator["default"].wrap(function _callee3$(_context3) {

@@ -141,14 +129,8 @@ while (1) {

}, _callee3);
}));
function subscribeToTopics(_x) {
return _subscribeToTopics.apply(this, arguments);
}
return subscribeToTopics;
}(),
unsubscribeFromTopics: function () {
var _unsubscribeFromTopics = (0, _asyncToGenerator2["default"])(
}))();
},
unsubscribeFromTopics: function unsubscribeFromTopics(topics) {
return (0, _asyncToGenerator2["default"])(
/*#__PURE__*/
_regenerator["default"].mark(function _callee4(topics) {
_regenerator["default"].mark(function _callee4() {
return _regenerator["default"].wrap(function _callee4$(_context4) {

@@ -174,10 +156,4 @@ while (1) {

}, _callee4);
}));
function unsubscribeFromTopics(_x2) {
return _unsubscribeFromTopics.apply(this, arguments);
}
return unsubscribeFromTopics;
}(),
}))();
},
isConnected: function isConnected() {

@@ -184,0 +160,0 @@ if (!isInitialized) {

{
"name": "resolve-subscribe-socket.io",
"version": "0.22.0",
"version": "0.22.1",
"description": "An adapter resolve-redux uses to subscribe to events via Socket.io.",

@@ -5,0 +5,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

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