backendless-rt-client
Advanced tools
Comparing version 0.0.17-next-1 to 0.0.17-next-2
@@ -50,3 +50,4 @@ 'use strict'; | ||
LOGGING_MESSAGES: 'LOGGING_MESSAGES', | ||
CONSOLE_MESSAGES: 'CONSOLE_MESSAGES' | ||
CONSOLE_MESSAGES: 'CONSOLE_MESSAGES', | ||
DEVELOPER_MESSAGES: 'DEVELOPER_MESSAGES' | ||
@@ -53,0 +54,0 @@ //----------- FOR CONSOLE ONLY ------------// |
@@ -46,2 +46,3 @@ 'use strict'; | ||
this.onConsoleMessages = subscription(_constants.RTSubscriptionTypes.CONSOLE_MESSAGES).bind(this); | ||
this.onDeveloperMessage = subscription(_constants.RTSubscriptionTypes.DEVELOPER_MESSAGES).bind(this); | ||
@@ -254,2 +255,3 @@ this.onMessage = onMessage; | ||
/** */ | ||
/** */ | ||
}]); | ||
@@ -256,0 +258,0 @@ |
@@ -50,3 +50,4 @@ 'use strict'; | ||
LOGGING_MESSAGES: 'LOGGING_MESSAGES', | ||
CONSOLE_MESSAGES: 'CONSOLE_MESSAGES' | ||
CONSOLE_MESSAGES: 'CONSOLE_MESSAGES', | ||
DEVELOPER_MESSAGES: 'DEVELOPER_MESSAGES' | ||
@@ -53,0 +54,0 @@ //----------- FOR CONSOLE ONLY ------------// |
@@ -46,2 +46,3 @@ 'use strict'; | ||
this.onConsoleMessages = subscription(_constants.RTSubscriptionTypes.CONSOLE_MESSAGES).bind(this); | ||
this.onDeveloperMessage = subscription(_constants.RTSubscriptionTypes.DEVELOPER_MESSAGES).bind(this); | ||
@@ -254,2 +255,3 @@ this.onMessage = onMessage; | ||
/** */ | ||
/** */ | ||
}]); | ||
@@ -256,0 +258,0 @@ |
{ | ||
"name": "backendless-rt-client", | ||
"version": "0.0.17-next-1", | ||
"version": "0.0.17-next-2", | ||
"description": "Backendless RT Client for connect to Backendless RT Server", | ||
@@ -5,0 +5,0 @@ "browser": "dist/backendless-rt-client.js", |
@@ -45,3 +45,4 @@ export const NativeSocketEvents = { | ||
LOGGING_MESSAGES: 'LOGGING_MESSAGES', | ||
CONSOLE_MESSAGES: 'CONSOLE_MESSAGES' | ||
CONSOLE_MESSAGES: 'CONSOLE_MESSAGES', | ||
DEVELOPER_MESSAGES: 'DEVELOPER_MESSAGES', | ||
@@ -48,0 +49,0 @@ //----------- FOR CONSOLE ONLY ------------// |
@@ -182,2 +182,3 @@ import { RTSocketEvents, RTSubscriptionTypes } from './constants' | ||
/** */ onConsoleMessages = subscription(RTSubscriptionTypes.CONSOLE_MESSAGES).bind(this) | ||
/** */ onDeveloperMessage = subscription(RTSubscriptionTypes.DEVELOPER_MESSAGES).bind(this) | ||
/***** CONSOLE SUBSCRIPTIONS ****** **/ | ||
@@ -184,0 +185,0 @@ /***************************************** **/ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
949526
6448
0