Socket
Socket
Sign inDemoInstall

remotedev-server

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remotedev-server - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

4

lib/store.js

@@ -1,2 +0,2 @@

var uuid = require('node-uuid');
var uuidV4 = require('uuid/v4');
var pick = require('lodash/pick');

@@ -64,3 +64,3 @@ var JSData = require('js-data');

var obj = {
id: uuid.v4(),
id: uuidV4(),
type: data.type,

@@ -67,0 +67,0 @@ title: data.title || data.exception && data.exception.message || data.action,

{
"name": "remotedev-server",
"version": "0.2.4",
"version": "0.2.5",
"description": "Run the RemoteDev monitor on your local server.",

@@ -38,8 +38,8 @@ "main": "index.js",

"minimist": "^1.2.0",
"node-uuid": "^1.4.0",
"object-assign": "^4.0.0",
"repeat-string": "^1.5.4",
"semver": "^5.3.0",
"socketcluster": "^6.7.1"
"socketcluster": "^8.0.0",
"uuid": "^3.2.1"
}
}
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