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

breach_module

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

breach_module - npm Package Compare versions

Comparing version 0.3.20-alpha.5 to 0.3.22-alpha.6

4

lib/common.js

@@ -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 @@ },

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