Socket
Socket
Sign inDemoInstall

qlobber

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qlobber - npm Package Compare versions

Comparing version 0.12.1 to 0.12.2

2

lib/qlobber.js

@@ -461,3 +461,3 @@ /**

@param {String} topic The topic to match against.
@param {Any} [val] The value being tested for.
@param {Any} val The value being tested for.
@return {Boolean} Whether matching against `topic` contains `val`.

@@ -464,0 +464,0 @@ */

{
"name": "qlobber",
"description": "Node.js globbing for amqp-like topics",
"version": "0.12.1",
"version": "0.12.2",
"homepage": "https://github.com/davedoesdev/qlobber",

@@ -6,0 +6,0 @@ "author": {

@@ -177,3 +177,3 @@ # qlobber   [![Build Status](https://travis-ci.org/davedoesdev/qlobber.png)](https://travis-ci.org/davedoesdev/qlobber) [![Coverage Status](https://coveralls.io/repos/davedoesdev/qlobber/badge.png?branch=master)](https://coveralls.io/r/davedoesdev/qlobber?branch=master) [![NPM version](https://badge.fury.io/js/qlobber.png)](http://badge.fury.io/js/qlobber)

## Qlobber.prototype.test(topic, [val])
## Qlobber.prototype.test(topic, val)

@@ -185,3 +185,3 @@ > Test whether a topic match contains a value. Faster than calling [`match`](#qlobberprototypematchtopic) and searching the result for the value. Values are tested using [`test_values`](#qlobberprototypetest_valuesvals-val).

- `{String} topic` The topic to match against.
- `{Any} [val]` The value being tested for.
- `{Any} val` The value being tested for.

@@ -188,0 +188,0 @@ **Return:**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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