marionette-js-logger
Advanced tools
Comparing version 0.0.3 to 0.1.0
@@ -25,7 +25,2 @@ var clientHandler = require('./lib/client').client; | ||
client.addHook('deleteSession', function(done) { | ||
server.close(); | ||
done(); | ||
}); | ||
return server; | ||
@@ -32,0 +27,0 @@ } |
@@ -35,3 +35,3 @@ var WebSocketServer = require('ws').Server, | ||
handleMessage: function(event) { | ||
console.log('[mariontte log] %s', event.message); | ||
console.log('[marionette log] %s', event.message); | ||
}, | ||
@@ -38,0 +38,0 @@ |
{ | ||
"name": "marionette-js-logger", | ||
"version": "0.0.3", | ||
"version": "0.1.0", | ||
"author": "James Lal [:lightsofapollo]", | ||
@@ -5,0 +5,0 @@ "description": "Realtime host -> desktop logging", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance 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
0
18355
444