breach_module
Advanced tools
Comparing version 0.3.20-alpha.5 to 0.3.22-alpha.6
@@ -77,3 +77,3 @@ /** | ||
// | ||
// Tests wether the object responds to the given method name | ||
// Tests whether the object responds to the given method name | ||
// ``` | ||
@@ -198,3 +198,3 @@ // @that {object} object to test | ||
// | ||
// Loging helpers. Object based on the `log` function including 4 logging | ||
// Logging helpers. Object based on the `log` function including 4 logging | ||
// functions: `out`, `error`, `debug`, `info` | ||
@@ -201,0 +201,0 @@ // ``` |
@@ -55,3 +55,3 @@ /* | ||
// @oid {number} original message id for the `rpc_call` | ||
// @err {Error} Javascript error if an error occured | ||
// @err {Error} Javascript error if an error occurred | ||
// @res {object} JSON serializable result object | ||
@@ -154,3 +154,3 @@ // ``` | ||
/****************************************************************************/ | ||
/* MESAGE HANDLING */ | ||
/* MESSAGE HANDLING */ | ||
/****************************************************************************/ | ||
@@ -191,3 +191,3 @@ // ### handle_message | ||
/* This is an helper function to reply to an `rpc_call` message. It */ | ||
/* setps up the headers and store the error or result. */ | ||
/* sets up the headers and store the error or result. */ | ||
var rpc_reply = function(err, result) { | ||
@@ -357,3 +357,3 @@ msg.oid = msg.hdr.mid; delete msg.hdr.mid; | ||
init = function(cb_) { | ||
/* Dummy `init` and `kill` procedures that should be overritten by the */ | ||
/* Dummy `init` and `kill` procedures that should be overwritten by the */ | ||
/* module implementation. */ | ||
@@ -360,0 +360,0 @@ that.expose('init', function(src, args, cb_) { |
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.3.20-alpha.5", | ||
"version": "0.3.22-alpha.6", | ||
"dependencies": { | ||
@@ -12,0 +12,0 @@ }, |
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
17795