Socket
Socket
Sign inDemoInstall

docker-activator

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docker-activator - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

3

lru.js

@@ -8,6 +8,7 @@ var startTime = new Date().getTime(),

function pingList(list) {
function pingList(list, callback) {
for (var i=0; i<list.length; i++) {
ping(list[i]);
}
callback(null);
}

@@ -14,0 +15,0 @@

@@ -7,3 +7,3 @@ {

},
"version": "0.0.4",
"version": "0.0.5",
"dependencies": {

@@ -10,0 +10,0 @@ "dockerode": "*"

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