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

eavesdocker

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eavesdocker - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

6

CHANGELOG.md

@@ -8,2 +8,7 @@ # Eavesdocker Changelog

## [v0.1.8] - 2021-07-19
### Fixed
- bug listing container across a swarm cluster
## [v0.1.7] - 2021-07-19

@@ -90,1 +95,2 @@

[v0.1.7]: https://gitlab.com/GCSBOSS/eavesdocker/-/tags/v0.1.7
[v0.1.8]: https://gitlab.com/GCSBOSS/eavesdocker/-/tags/v0.1.8

2

lib/api.js

@@ -38,3 +38,3 @@ const { v4: uuidv4 } = require('uuid');

const cs = containers;
let cs = containers;

@@ -41,0 +41,0 @@ Object.keys(cs).forEach(c => cs[c].node = node);

{
"name": "eavesdocker",
"version": "0.1.7",
"version": "0.1.8",
"main": "lib/main.js",

@@ -5,0 +5,0 @@ "scripts": {

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