resolve-subscribe-socket.io
Advanced tools
Comparing version 0.22.15 to 0.23.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23638
277