Socket
Socket
Sign inDemoInstall

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.15 to 0.23.0

16

es/index.js

@@ -13,5 +13,3 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";

init: function init() {
return _asyncToGenerator(
/*#__PURE__*/
_regeneratorRuntime.mark(function _callee() {
return _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
return _regeneratorRuntime.wrap(function _callee$(_context) {

@@ -66,5 +64,3 @@ while (1) {

close: function close() {
return _asyncToGenerator(
/*#__PURE__*/
_regeneratorRuntime.mark(function _callee2() {
return _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2() {
return _regeneratorRuntime.wrap(function _callee2$(_context2) {

@@ -95,5 +91,3 @@ while (1) {

subscribeToTopics: function subscribeToTopics(topics) {
return _asyncToGenerator(
/*#__PURE__*/
_regeneratorRuntime.mark(function _callee3() {
return _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee3() {
return _regeneratorRuntime.wrap(function _callee3$(_context3) {

@@ -122,5 +116,3 @@ while (1) {

unsubscribeFromTopics: function unsubscribeFromTopics(topics) {
return _asyncToGenerator(
/*#__PURE__*/
_regeneratorRuntime.mark(function _callee4() {
return _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee4() {
return _regeneratorRuntime.wrap(function _callee4$(_context4) {

@@ -127,0 +119,0 @@ while (1) {

@@ -23,5 +23,3 @@ "use strict";

init: function init() {
return (0, _asyncToGenerator2["default"])(
/*#__PURE__*/
_regenerator["default"].mark(function _callee() {
return (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee() {
return _regenerator["default"].wrap(function _callee$(_context) {

@@ -76,5 +74,3 @@ while (1) {

close: function close() {
return (0, _asyncToGenerator2["default"])(
/*#__PURE__*/
_regenerator["default"].mark(function _callee2() {
return (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee2() {
return _regenerator["default"].wrap(function _callee2$(_context2) {

@@ -105,5 +101,3 @@ while (1) {

subscribeToTopics: function subscribeToTopics(topics) {
return (0, _asyncToGenerator2["default"])(
/*#__PURE__*/
_regenerator["default"].mark(function _callee3() {
return (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee3() {
return _regenerator["default"].wrap(function _callee3$(_context3) {

@@ -132,5 +126,3 @@ while (1) {

unsubscribeFromTopics: function unsubscribeFromTopics(topics) {
return (0, _asyncToGenerator2["default"])(
/*#__PURE__*/
_regenerator["default"].mark(function _callee4() {
return (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee4() {
return _regenerator["default"].wrap(function _callee4$(_context4) {

@@ -137,0 +129,0 @@ while (1) {

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

@@ -31,3 +31,3 @@ "engines": {

"devDependencies": {
"jest": "24.1.0"
"jest": "25.1.0"
},

@@ -34,0 +34,0 @@ "homepage": "https://github.com/reimagined/resolve/tree/master/packages/adapters/subscribe-adapters/resolve-subscribe-socket.io#readme",

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