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

@types/dockerode

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/dockerode - npm Package Compare versions

Comparing version 2.5.23 to 2.5.24

10

dockerode/index.d.ts

@@ -454,2 +454,12 @@ // Type definitions for dockerode 2.5

FinishedAt: string;
Health?: {
Status: string;
FailingStreak: number;
Log: Array<{
Start: string;
End: string;
ExitCode: number;
Output: string;
}>;
};
};

@@ -456,0 +466,0 @@ Image: string;

4

dockerode/package.json
{
"name": "@types/dockerode",
"version": "2.5.23",
"version": "2.5.24",
"description": "TypeScript definitions for dockerode",

@@ -59,4 +59,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "875326400ff156cad2941f4da4e170290c02fd7756f5bc117998ea57c4afd74c",
"typesPublisherContentHash": "f56f44aad3f3bf132c5a9ab00d159743cf0697c5e67f54a82d883cfb3d8a79ef",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 18 Feb 2020 18:06:40 GMT
* Last updated: Tue, 25 Feb 2020 19:08:56 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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