radar_client
Advanced tools
Comparing version 0.6.0 to 0.7.3
@@ -150,2 +150,6 @@ (function(){function require(e,t){for(var n=[],r=e.split("/"),i,s,o=0;s=r[o++];)".."==s?n.pop():"."!=s&&n.push(s);n=n.join("/"),o=require,s=o.m[t||0],i=s[n+".js"]||s[n+"/index.js"]||s[n];if(s=i.c)i=o.m[t=s][e=i.m];return i.exports||i(i,i.exports={},function(n){return o("."!=n.charAt(0)?n:e+"/../"+n,t)}),i.exports}; | ||
Client.prototype.currentUserId = function() { | ||
return this._configuration && this._configuration.userId; | ||
}; | ||
Client.prototype.currentClientId = function() { | ||
@@ -152,0 +156,0 @@ return this._socket && this._socket.id; |
@@ -110,2 +110,6 @@ var log = require('minilog')('radar_client'), | ||
Client.prototype.currentUserId = function() { | ||
return this._configuration && this._configuration.userId; | ||
}; | ||
Client.prototype.currentClientId = function() { | ||
@@ -112,0 +116,0 @@ return this._socket && this._socket.id; |
{ | ||
"name": "radar_client", | ||
"description": "Realtime apps with a high level API based on engine.io", | ||
"version": "0.6.0", | ||
"version": "0.7.3", | ||
"author": "Mikito Takada <mikito.takada@gmail.com>", | ||
@@ -33,4 +33,4 @@ "contributors": [ | ||
"dependencies": { | ||
"microee": "0.0.2", | ||
"minilog": "2.0.5", | ||
"microee": "*", | ||
"minilog": "*", | ||
"engine.io-client": "0.7.9", | ||
@@ -37,0 +37,0 @@ "sfsm": "0.0.4" |
@@ -9,3 +9,2 @@ # Radar Client | ||
Stable version: v0.1.0 | ||
@@ -12,0 +11,0 @@ ## Documentation |
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 2 instances in 1 package
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
97777
2655
5
3
18
+ Addedmicroee@0.0.6(transitive)
+ Addedminilog@3.1.0(transitive)
- Removedmicroee@0.0.2(transitive)
- Removedminilog@2.0.5(transitive)
Updatedmicroee@*
Updatedminilog@*