New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

blank-web-sdk

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blank-web-sdk - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

lib/client/WSClient.js

26

dist/Blank.js

@@ -80,9 +80,9 @@ var Blank =

var _wamp = __webpack_require__(1);
var _WSClient2 = __webpack_require__(1);
var _wamp2 = _interopRequireDefault(_wamp);
var _WSClient3 = _interopRequireDefault(_WSClient2);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var WSClient = exports.WSClient = new _wamp2.default();
var WSClient = exports.WSClient = _WSClient3.default;

@@ -94,5 +94,2 @@ /***/ },

"use strict";
// Wamp-one wamp-client.js 1.0.2
// (c) 2015 Samorukov Valentin, Kuvshinov Evgeniy
// Wamp-one may be freely distributed under the MIT license.
"use strict";

@@ -142,9 +139,6 @@

var WampClient = function () {
function WampClient(heartBeat, stringMsgTypes) {
_classCallCheck(this, WampClient);
var WSClient = function () {
function WSClient(heartBeat, stringMsgTypes) {
_classCallCheck(this, WSClient);
if (!(this instanceof WampClient)) {
return new WampClient(heartBeat);
}
this._wsClient = null;

@@ -201,3 +195,3 @@ this._heartBeat = heartBeat;

_createClass(WampClient, [{
_createClass(WSClient, [{
key: "connect",

@@ -352,3 +346,3 @@ value: function connect(serverUrl, cb) {

} catch (e) {
console.debug("WAMP: Invalid message JSON");
console.error("WSClient: Invalid message JSON");
return;

@@ -517,6 +511,6 @@ }

return WampClient;
return WSClient;
}();
exports.default = WampClient;
exports.default = WSClient;

@@ -523,0 +517,0 @@ /***/ },

@@ -8,8 +8,8 @@ "use strict";

var _wamp = require("./client/wamp");
var _WSClient2 = require("./client/WSClient");
var _wamp2 = _interopRequireDefault(_wamp);
var _WSClient3 = _interopRequireDefault(_WSClient2);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var WSClient = exports.WSClient = new _wamp2.default();
var WSClient = exports.WSClient = _WSClient3.default;
{
"name": "blank-web-sdk",
"version": "0.0.6",
"version": "0.0.7",
"description": "SDK for web applications created with Blank back-end",

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

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