docker-mock
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -188,2 +188,5 @@ var _ = require('lodash'); | ||
}; | ||
if (containers[Id].State.Running === false) { | ||
return res.send(304, {message: 'Container already stopped'}); | ||
} | ||
containers[Id].State = State; | ||
@@ -190,0 +193,0 @@ req.data.container.State = State; |
{ | ||
"name": "docker-mock", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Mock for Docker", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 6 instances in 1 package
62478
23
823
0