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

dogerode

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dogerode - npm Package Compare versions

Comparing version 0.0.3 to 0.1.2

48

index.js

@@ -19,2 +19,3 @@ var Dogstatsy = require('dogstatsy');

path: filterPath(options.path),
targetType: options.targetType || 'unknown',
method: options.method,

@@ -26,3 +27,4 @@ socketPath: modem.socketPath,

success: err == null,
statusCode: err && err.statusCode
statusCode: err && err.statusCode,
errorCode: err && err.code
});

@@ -35,26 +37,34 @@ callback(err, payload);

var dockerNouns = [
'attach',
'auth',
'build',
'changes',
'containers',
'commit',
'copy',
'create',
'events',
'exec',
'export',
'history',
'images',
'info',
'insert',
'json',
'history',
'kill',
'load',
'logs',
'pause',
'push',
'resize',
'restart',
'search',
'start',
'stop',
'tag',
'containers',
'top',
'changes',
'export',
'start',
'commit',
'stop',
'restart',
'kill',
'resize',
'attach',
'copy',
'create',
'auth',
'build',
'search',
'info',
'events',
'unpause',
'version',
'wait',
'_ping',
];

@@ -61,0 +71,0 @@

{
"name": "dogerode",
"version": "0.0.3",
"version": "0.1.2",
"description": "DogStatsD shim for dockerode",

@@ -5,0 +5,0 @@ "main": "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