Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

radar_client

Package Overview
Dependencies
Maintainers
5
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

radar_client - npm Package Compare versions

Comparing version 0.6.0 to 0.7.3

4

dist/radar_client.js

@@ -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;

6

package.json
{
"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

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