New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

dhs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dhs

Simple search tool for docker hub

latest
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

Simple tool to scrap from docker registry and search images direct in the terminal.

Installation

[sudo] npm i -g dhs

Usage

[sudo] dhs -s [keyword]

Contribution

Under ICS feel free to modify and improve.

API

Calling

var dhs = require('dhs');

dhs.search('ubuntu', function (err, result) { // do something with the list of results // [{ // title: 'string', // href: 'string' // }] });

.

Keywords

Docker

FAQs

Package last updated on 22 Jun 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts