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

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.1.0 to 0.1.1

6

lib/qlobber.js

@@ -122,3 +122,3 @@ /**

{
var st, index, word;
var st, index, word, w;

@@ -164,5 +164,5 @@ if (i === words.length)

for (word in st)
for (w in st)
{
if (st.hasOwnProperty(word))
if (st.hasOwnProperty(w))
{

@@ -169,0 +169,0 @@ return;

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

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

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