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

lsq

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lsq - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

index.js

@@ -65,3 +65,3 @@ 'use strict'

var watcher = consul.watch(consul.catalog.service.nodes, { service: service }, function (err, res) {
var watcher = consul.watch(consul.health.service, { service: service, passing: true }, function (err, res) {
if (err) delete serviceCache[service]

@@ -68,0 +68,0 @@ else serviceCache[service] = normaliseNodes(res)

{
"name": "lsq",
"version": "0.0.5",
"version": "0.0.6",
"description": "The programmatic interface to the lsq.io runtime environment.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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